MaviaTokenAirdropFlat
Verified contract
Active on
Ethereum with 117,394 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MaviaTokenAirdropFlat"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21251998 | 3 days ago | | | 0 | 0.00054366401 | |
| 20646394 | 3 months ago | | | 0 | 0.000018539354 | |
| 20251274 | 5 months ago | | | 0 | 0.000033697706 | |
| 20149733 | 5 months ago | | | 0 | 0.000049956320 | |
| 20149673 | 5 months ago | | | 0 | 0.000051785030 | |
| 20145344 | 5 months ago | | | 0 | 0.000067939689 | |
| 20101069 | 5 months ago | | | 0 | 0.000073697668 | |
| 20101069 | 5 months ago | | | 0 | 0.000074558109 | |
| 20034735 | 6 months ago | | | 0 | 0.00053069456 | |
| 20034733 | 6 months ago | | | 0 | 0.00049466906 |
ABI
ABI objects
Getter at block 21271185
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
isPaused() view returns (bool)
true
receiveWindow() view returns (uint256)
1800
rewards() view returns (uint256)
0
token() view returns (address)
0x24fcfc492c1393274b6bcd568ac9e225bec93584
Read-only
appNonces(uint256) view returns (bool)
blacklistSenders(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 fClaimToken(uint256 _pAmount, uint256 _pAppNonce, uint256 _pSigTime, bytes _pSignature)
fCollectRewards(uint256 _pAmount)
fCorrectRewards(uint256 _pRewards)
fCorrectToken(address _pToken)
fDepositRewards(uint256 _pAmount)
fEmerWithdraw(uint256 _pAmount)
fSetAppNonces(uint256[] _appNonces, bool _pStatus)
fSetBlacklist(address _pAddress, bool _pStatus)
fSetPause(bool _pIsPaused)
fSetReceiveWindow(uint256 _pReceiveWindow)
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
EClaimToken(address sender, uint256 amount, uint256 appNonce)
ECollectTokens(address sender, address token, uint256 amount)
EEmerWithdrawRewards(address sender, uint256 amount)
ESafeWithdrawRewards(address sender, uint256 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 _pToken, string _pVersion)
This contract contains no fallback and receive objects.
This contract contains no error objects.