FeeTokenAirdrop
Verified contract
Active on
Ethereum with 953 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "FeeTokenAirdrop"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15192027 | 2 years ago | | | 0 | 0.00015000000 | |
| 14234665 | 3 years ago | | | 0 | 0.00099750000 | |
| 14174647 | 3 years ago | | | 0 | 0.0092304953 | |
| 14170735 | 3 years ago | | | 0 | 0.0027915030 | |
| 14168305 | 3 years ago | | | 0 | 0.012843218 | |
| 14167307 | 3 years ago | | | 0 | 0.0023384956 | |
| 14167307 | 3 years ago | | | 0 | 0.0023614956 | |
| 14160425 | 3 years ago | | | 0 | 0.0050209494 | |
| 14160409 | 3 years ago | | | 0 | 0.016448444 | |
| 14160276 | 3 years ago | | | 0 | 0.016436505 |
ABI
ABI objects
Getter at block 21304993
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
FeeToken() view returns (address)
0x985572429deb3acc47e019af6b3da4620175e553
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
getChainId() view returns (uint256)
1
rewardsPool() view returns (uint256)
0
Read-only
airdrops(address) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events claimAirdrop(bytes _signature, uint256 _amount, uint256 _deadline)
deposit(uint256 _amount)
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
sync()
withdraw(uint256 _amount)
Airdropped(address indexed account, uint256 indexed amount)
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)
constructor(address _feeToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.