Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3e86…7ac5
Balances ($0.00)
No balances found for "Controller"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
Transfer | 11118819 | 4 years ago | | | 0.05 | 0.00043144300 | |
Transfer | 11118816 | 4 years ago | | | 0.05 | 0.00043050000 | |
| 6927906 | 6 years ago | | | 0 | 0.00089929400 | |
| 6782279 | 6 years ago | | | 0 | 0.00043961000 | |
| 6766413 | 6 years ago | | | 0 | 0.00019475000 | |
| 6766299 | 6 years ago | | | 0 | 0.00043961000 | |
| 6766297 | 6 years ago | | | 0 | 0.00024370000 | |
| 6766293 | 6 years ago | | | 0 | 0.00045306000 | |
| 6766292 | 6 years ago | | | 0 | 0.00045022000 |
ABI
ABI objects
Getter at block 21157328
factory() view returns (address)
0xe5a5f138005e19a3e6d0fe68b039397eeef2322b
getWBTC() view returns (address)
0x2260fac5e5542a773aa44fbcfedf7c193bc2c599
members() view returns (address)
0x3e8640574aa764763291ed733672d3a105107ac5
owner() view returns (address)
0xb33f8879d4608711cebb623f293f8da13b8a37c5
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
token() view returns (address)
0x2260fac5e5542a773aa44fbcfedf7c193bc2c599
Read-only
isCustodian(address addr) view returns (bool)
isMerchant(address addr) view returns (bool)
State-modifying
Events burn(uint256 value) returns (bool)
callClaimOwnership(address contractToOwn) returns (bool)
callReclaimToken(address ownedContract, address _token) returns (bool)
callTransferOwnership(address ownedContract, address newOwner) returns (bool)
claimOwnership()
mint(address to, uint256 amount) returns (bool)
pause() returns (bool)
reclaimToken(address _token)
renounceOwnership()
setFactory(address _factory) returns (bool)
setMembers(address _members) returns (bool)
transferOwnership(address newOwner)
unpause() returns (bool)
CalledClaimOwnership(address contractToOwn)
CalledReclaimToken(address ownedContract, address _token)
CalledTransferOwnership(address ownedContract, address newOwner)
FactorySet(address indexed factory)
MembersSet(address indexed members)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused()
Unpaused()
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.