This contract is being backfilled. You may encounter incomplete storage history.

VerseAirdrop

Verified contract

Active on Ethereum with 1,586 txns
Deployed by via 0xf5817a29 at 20425230
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $509,321.11
0xcfb5dcf494b457b46f7e558a5f62ff390b7c1c10e236ba1df089e221e5b4d647
0x02512f13fba90a244e353843e2230303471c3d48d0c133641930bac9eae057c9
0x851c47ad686b8ec679ea62cba5f56948940112cca20fce30628f6da01aad2950
0xa58e70798d2e9678d4154115ee4b97519a56fe67da5daf7dfc08e03c63fd730e
0xa7d5b6e3a697ca828c216830d192e4ec5acd2bae1f65d755dedb5fc0cf5acb5e
0x94bfb9e6e26aa543a1ff546606284175fe0c12d3a485b18ae51c579678c9c094
0xccfe23a3abd2a5a6940bc6f277458b9a30e1e1e32e404b82680291b26f8e18d1
0x75c34df1ff0298815aa5df6e17f9d38505c42dc69aefe6d7967fcdfe27474892
0x87193b143ef4abba5c6433ff141c6fe22e4f69429537b5826dac7903eece4b83
0xdd0a8e1c2e4d5d67497449850bc0e5c99e1e23d601e36d99c858bd1b4aaf3ba8

Functions
Getter at block 20792359
REWARD_TOKEN(view returns (address)
0x249ca82617ec3dfb2589c4c17ab7ec9765350a18
getBalance(view returns (uint256)
2810667811000000000000000000
latestRootAdded(view returns (uint256)
1722413831
masterAccount(view returns (address)
0xef408c04d9da2425fe2241bfa3e46e2feca5a4c6
rewardsCount(view returns (uint256)
1
showExcess(view returns (int256)
0
showRemaining(view returns (uint256)
2810667811000000000000000000
totalCollected(view returns (uint256)
158553851000000000000000000
totalRequired(view returns (uint256)
2969221662000000000000000000
workerAccount(view returns (address)
0xd492f0eb711d6a1369646916c43258ac739a6ebe
Read-only
getHash(string _ipfsAddresspure returns (bytes32)
hasClaimed(bytes32addressview returns (bool)
ipfsData(uint256view returns (string)
isClaimed(bytes32 _hashaddress _accountview returns (bool)
isClaimedBulk(bytes32[] _hashaddress _accountview returns (bool[])
rewardsData(bytes32view returns (bytes32 rootuint256 totaluint256 claimeduint256 created)
showExcess(bytes32 _hashview returns (int256)
showRemaining(bytes32 _hashview returns (uint256)
State-modifying
changeMaster(address _newMaster
changeWorker(address _newWorker
createRewards(bytes32 _rootuint256 _totalstring _ipfsAddress
destroyRewards(uint256 _indexstring ipfsAddress
donateFunds(uint256 _donationAmount
getClaim(bytes32 _hashuint256 _indexuint256 _amountbytes32[] _merkleProof
getClaimBulk(bytes32[] _hashuint256[] _indexuint256[] _amountbytes32[][] _merkleProof
giveClaim(bytes32 _hashuint256 _indexuint256 _amountaddress _accountbytes32[] _merkleProof
giveClaimBulk(bytes32[] _hashuint256[] _indexuint256[] _amountaddress[] _accountbytes32[][] _merkleProof
rescueTokens(address _tokenaddress _targetuint256 _amount
withdrawEth(uint256 _amount
Events
Claimed(uint256 indexed indexaddress indexed accountuint256 amount
Deposit(address indexed accountuint256 amount
DestroyedRewards(bytes32 indexed hashaddress indexed masterstring indexed ipfsAddressuint256 total
NewRewards(bytes32 indexed hashaddress indexed masterstring indexed ipfsAddressuint256 total
Thanks(address indexed accountuint256 indexed amount
Withdraw(address indexed accountuint256 amount
Constructor
constructor(address _rewardTokenaddress _masterAccountaddress _workerAccount
Fallback and receive
receive(
Errors
AlreadyClaimed(
AlreadyCreated(
InvalidAmount(
InvalidClaim(