DCLControllerV2
Verified contract
Active on
Ethereum with 2,492 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2a18…acb8
Balances ($0.00)
No balances found for "DCLControllerV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21287142 | 9 hours ago | | | 0 | 0.0046815343 | |
| 21285270 | 16 hours ago | | | 0 | 0.0023238245 | |
| 21282517 | a day ago | | | 0 | 0.0033561871 | |
| 21282356 | a day ago | | | 0 | 0.0045435728 | |
| 21276330 | 2 days ago | | | 0 | 0.0024482631 | |
| 21270594 | 3 days ago | | | 0 | 0.0028943592 | |
| 21269950 | 3 days ago | | | 0 | 0.0020921573 | |
| 21268568 | 3 days ago | | | 0 | 0.0021426491 | |
| 21266720 | 3 days ago | | | 0 | 0.0049155524 | |
| 21263017 | 4 days ago | | | 0 | 0.0023412884 |
ABI
ABI objects
Getter at block 21289900
PRICE() view returns (uint256)
100000000000000000000
acceptedToken() view returns (address)
0x0f5d2fb29fb7d3cfee444a200298f468908cc942
feeCollector() view returns (address)
0x9a6ebe7e2a7722f8200d0ffb63a1f6406a0d7dce
isOwner() view returns (bool)
false
owner() view returns (address)
0x9a6ebe7e2a7722f8200d0ffb63a1f6406a0d7dce
registrar() view returns (address)
0x2a187453064356c898cae034eaed119e1663acb8
Read-only
This contract contains no read-only function objects.
State-modifying
Events register(string _name, address _beneficiary)
renounceOwnership()
setFeeCollector(address _feeCollector)
transferOwnership(address newOwner)
FeeCollectorChanged(address indexed _oldFeeCollector, address indexed _newFeeCollector)
NameBought(address indexed _caller, address indexed _beneficiary, uint256 _price, string _name)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _acceptedToken, address _registrar, address _feeCollector, address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.