Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000916 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17011529 | 5 months ago | | | 0.002 | 0.000086175001 | |
| 16710023 | 5 months ago | | | 0.002 | 0.000085880904 | |
| 16381751 | 5 months ago | | | 0.002 | 0.0000036101963 | |
| 14262211 | 7 months ago | | | 0.001 | 0.0000030077278 | |
| 14257316 | 7 months ago | | | 0.05 | 0.000088506388 | |
| 14250011 | 7 months ago | | | 0.005 | 0.000088506388 | |
| 14241173 | 7 months ago | | | 0.005 | 0.000088506388 | |
| 14123728 | 7 months ago | | | 0.001 | 0.0000021001338 | |
| 14076476 | 7 months ago | | | 0.001 | 0.000088506388 | |
| 14074095 | 7 months ago | | | 0.05 | 0.000088506388 |
ABI
ABI objects
Getter at block 23270044
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTERCONTRACT_ROLE() view returns (bytes32)
0xde5ee446972f4e39ab62c03aa34b2096680a875c3fdb3eb2f947cbb93341c058
OPERATOR_ROLE() view returns (bytes32)
0x523a704056dcd17bcf83bed8b68c59416dac1119be77755efe3bde0a64e46e0c
destinationWallet() view returns (address)
0x1544d2de126e3a4b194cfad2a5c6966b3460ebe3
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addAdmin(address _admin)
buy() payable
changeDestinationWallet(address _destinationWallet)
grantRole(bytes32 role, address account)
removeAdmin(address _admin)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TokenPurchased(uint256 indexed amountSpent, address indexed buyer)
constructor(address _destinationWallet)
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)