com.mchange.sc.v2.ens.contract.AsyncRegistrar

transaction

object transaction

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. transaction
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def GRACE_PERIOD()(implicit sender: Signing): Future[Async]

  7. def GRACE_PERIOD(nonce: Nonce)(implicit sender: Signing): Future[Async]

  8. def MIGRATION_LOCK_PERIOD()(implicit sender: Signing): Future[Async]

  9. def MIGRATION_LOCK_PERIOD(nonce: Nonce)(implicit sender: Signing): Future[Async]

  10. def acceptRegistrarTransfer(label: Bytes32, deed: Address, arg3: UInt256)(implicit sender: Signing): Future[Async]

  11. def acceptRegistrarTransfer(label: Bytes32, deed: Address, arg3: UInt256, nonce: Nonce)(implicit sender: Signing): Future[Async]

  12. def addController(controller: Address)(implicit sender: Signing): Future[Async]

  13. def addController(controller: Address, nonce: Nonce)(implicit sender: Signing): Future[Async]

  14. def approve(to: Address, tokenId: UInt256)(implicit sender: Signing): Future[Async]

  15. def approve(to: Address, tokenId: UInt256, nonce: Nonce)(implicit sender: Signing): Future[Async]

  16. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  17. def available(id: UInt256)(implicit sender: Signing): Future[Async]

  18. def available(id: UInt256, nonce: Nonce)(implicit sender: Signing): Future[Async]

  19. def balanceOf(owner: Address)(implicit sender: Signing): Future[Async]

  20. def balanceOf(owner: Address, nonce: Nonce)(implicit sender: Signing): Future[Async]

  21. def baseNode()(implicit sender: Signing): Future[Async]

  22. def baseNode(nonce: Nonce)(implicit sender: Signing): Future[Async]

  23. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  24. def controllers(arg1: Address)(implicit sender: Signing): Future[Async]

  25. def controllers(arg1: Address, nonce: Nonce)(implicit sender: Signing): Future[Async]

  26. def ens()(implicit sender: Signing): Future[Async]

  27. def ens(nonce: Nonce)(implicit sender: Signing): Future[Async]

  28. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  30. def getApproved(tokenId: UInt256)(implicit sender: Signing): Future[Async]

  31. def getApproved(tokenId: UInt256, nonce: Nonce)(implicit sender: Signing): Future[Async]

  32. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  33. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  34. def isApprovedForAll(owner: Address, operator: Address)(implicit sender: Signing): Future[Async]

  35. def isApprovedForAll(owner: Address, operator: Address, nonce: Nonce)(implicit sender: Signing): Future[Async]

  36. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  37. def isOwner()(implicit sender: Signing): Future[Async]

  38. def isOwner(nonce: Nonce)(implicit sender: Signing): Future[Async]

  39. def nameExpires(id: UInt256)(implicit sender: Signing): Future[Async]

  40. def nameExpires(id: UInt256, nonce: Nonce)(implicit sender: Signing): Future[Async]

  41. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  42. final def notify(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  43. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  44. def owner()(implicit sender: Signing): Future[Async]

  45. def owner(nonce: Nonce)(implicit sender: Signing): Future[Async]

  46. def ownerOf(tokenId: UInt256)(implicit sender: Signing): Future[Async]

  47. def ownerOf(tokenId: UInt256, nonce: Nonce)(implicit sender: Signing): Future[Async]

  48. def previousRegistrar()(implicit sender: Signing): Future[Async]

  49. def previousRegistrar(nonce: Nonce)(implicit sender: Signing): Future[Async]

  50. def reclaim(id: UInt256, owner: Address)(implicit sender: Signing): Future[Async]

  51. def reclaim(id: UInt256, owner: Address, nonce: Nonce)(implicit sender: Signing): Future[Async]

  52. def register(id: UInt256, owner: Address, duration: UInt256)(implicit sender: Signing): Future[Async]

  53. def register(id: UInt256, owner: Address, duration: UInt256, nonce: Nonce)(implicit sender: Signing): Future[Async]

  54. def removeController(controller: Address)(implicit sender: Signing): Future[Async]

  55. def removeController(controller: Address, nonce: Nonce)(implicit sender: Signing): Future[Async]

  56. def renew(id: UInt256, duration: UInt256)(implicit sender: Signing): Future[Async]

  57. def renew(id: UInt256, duration: UInt256, nonce: Nonce)(implicit sender: Signing): Future[Async]

  58. def renounceOwnership()(implicit sender: Signing): Future[Async]

  59. def renounceOwnership(nonce: Nonce)(implicit sender: Signing): Future[Async]

  60. def safeTransferFrom(from: Address, to: Address, tokenId: UInt256)(implicit sender: Signing): Future[Async]

  61. def safeTransferFrom(from: Address, to: Address, tokenId: UInt256, nonce: Nonce)(implicit sender: Signing): Future[Async]

  62. def safeTransferFrom(from: Address, to: Address, tokenId: UInt256, _data: Bytes)(implicit sender: Signing): Future[Async]

  63. def safeTransferFrom(from: Address, to: Address, tokenId: UInt256, _data: Bytes, nonce: Nonce)(implicit sender: Signing): Future[Async]

  64. def setApprovalForAll(to: Address, approved: Bool)(implicit sender: Signing): Future[Async]

  65. def setApprovalForAll(to: Address, approved: Bool, nonce: Nonce)(implicit sender: Signing): Future[Async]

  66. def setResolver(resolver: Address)(implicit sender: Signing): Future[Async]

  67. def setResolver(resolver: Address, nonce: Nonce)(implicit sender: Signing): Future[Async]

  68. def supportsInterface(interfaceID: Bytes4)(implicit sender: Signing): Future[Async]

  69. def supportsInterface(interfaceID: Bytes4, nonce: Nonce)(implicit sender: Signing): Future[Async]

  70. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  71. def toString(): String

    Definition Classes
    AnyRef → Any
  72. def transferFrom(from: Address, to: Address, tokenId: UInt256)(implicit sender: Signing): Future[Async]

  73. def transferFrom(from: Address, to: Address, tokenId: UInt256, nonce: Nonce)(implicit sender: Signing): Future[Async]

  74. def transferOwnership(newOwner: Address)(implicit sender: Signing): Future[Async]

  75. def transferOwnership(newOwner: Address, nonce: Nonce)(implicit sender: Signing): Future[Async]

  76. def transferPeriodEnds()(implicit sender: Signing): Future[Async]

  77. def transferPeriodEnds(nonce: Nonce)(implicit sender: Signing): Future[Async]

  78. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  79. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  80. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped