SMCSymbolAirdrop
Verified contract
Active on
Ethereum with 1,912 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "SMCSymbolAirdrop"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13415242 | 3 years ago | | | 0 | 0.0019704081 | |
| 13384087 | 3 years ago | | | 0 | 0.0017071418 | |
| 13384061 | 3 years ago | | | 0 | 0.0019359697 | |
| 13374095 | 3 years ago | | | 0 | 0.0034317352 | |
| 13372594 | 3 years ago | | | 0 | 0.0035181577 | |
| 13372042 | 3 years ago | | | 0 | 0.0034201561 | |
| 13372019 | 3 years ago | | | 0 | 0.0033313602 | |
| 13372002 | 3 years ago | | | 0 | 0.0039229353 | |
| 13371987 | 3 years ago | | | 0 | 0.0040946672 | |
| 13371987 | 3 years ago | | | 0 | 0.0028111079 |
ABI
ABI objects
Getter at block 21278470
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATOR_ROLE() view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
paused() view returns (bool)
false
Read-only
airdrops(uint256) view returns (address tokenContract, uint256 idFrom, uint256 idTo, uint32 since, uint32 until, uint32 stock, bool enabled)
claimedAddress(uint256, address) view returns (bool)
claimedNum(uint256) view returns (uint32)
getRoleAdmin(bytes32 role) view returns (bytes32)
getStock(uint256 airdropId) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isClaimable(uint256 airdropId, uint256 tokenId) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events claim(uint256 airdropId, uint256 tokenId)
grantRole(bytes32 role, address account)
pause()
renounceRole(bytes32 role, address account)
revokeAirdrop(uint256 airdropId)
revokeRole(bytes32 role, address account)
setAirdrop(uint256 airdropId, struct SMCSymbolAirdropAirdrop airdrop)
unpause()
Paused(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)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.