MaximClaim
Verified contract
Active on
Ethereum with 446 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x64a7…6d3a
0xb8a5…4d81
0x6d56…a8ab
Balances ($0.00)
No balances found for "MaximClaim"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18338378 | a year ago | | | 0 | 0.00021830698 | |
| 18338373 | a year ago | | | 0 | 0.00041440697 | |
| 18338366 | a year ago | | | 0 | 0.00020340690 | |
| 18338319 | a year ago | | | 0 | 0.00084942864 | |
| 18338103 | a year ago | | | 0 | 0.00079695547 | |
| 18338068 | a year ago | | | 0 | 0.00099104367 | |
| 18338066 | a year ago | | | 0 | 0.0010462420 | |
| 18338053 | a year ago | | | 0 | 0.00079128997 | |
| 18337992 | a year ago | | | 0 | 0.0010884866 | |
| 18337936 | a year ago | | | 0 | 0.00069811954 |
ABI
ABI objects
Getter at block 21229045
maximToken() view returns (address)
0x64a7f7ce1719fb64d8b885ede9d24779e7456d3a
maximalsNftContract() view returns (address)
0xb8a52cbf0a322b5162173984b58510e5bf264d81
nftHoldersAllocation() view returns (uint256)
200000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
true
presaleAllocation() view returns (uint256)
500000000000000000000000000000
totalTokenSupply() view returns (uint256)
1000000000000000000000000000000
Read-only
claimed(address) view returns (uint256)
extractAddressAndUint(bytes data) pure returns (address, uint256)
getClaimComputation(address _address, uint256 _nftHoldings) view returns (uint256, uint256)
getNFTHolderClaimComputation(uint256 _nftHoldings) view returns (uint256)
getPresaleClaimComputation(address _address) view returns (uint256)
nftClaimCheck(bytes32[] _proof, bytes _leaf, address _address) view returns (bool, uint256)
State-modifying
Events burnUnclaimedTokens(address _burnAddress)
claim(bytes32[] _proof, bytes _leaf)
depositTokens(uint256 _amount)
pause()
renounceOwnership()
setHoldingsMerkleRoot(bytes32 _nftHoldingsMerkleRoot)
setMaximPresaleContract(address _maximPresaleContract)
setMaximToken(address _maximToken)
setMaximalsNFTToken(address _maximalsNFTToken)
setNftHoldersAllocation(uint256 _amount)
setPresaleAllocation(uint256 _amount)
transferOwnership(address newOwner)
unpause()
Claim(address indexed recipient, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TokensBuned(address indexed user, uint256 amount)
TokensDeposited(address indexed user, uint256 amount)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.