NiftyIslandAirdrop

Verified contract

Active on Ethereum with 3,255 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $1,007,066.15
0x1a1e0b2360580cffc0d78aedcf0720391461b6d18848ba76df1f0bdc89da9db3
0x7b8a7249fb1a24fc3aec937ce7ba652027cfc70f67720ae6fa0d3d90fc0085fc
0xb78b798c2e7bbff77e9655e4bc939c2485fc9fc20e68eb4c0dad2b46f30b517b
0x604598a9e5ffee980d4a8b63b02dd776ffa3809e2cc829e2a3382537a396b093
0x583375665f56d0a54b31e1e5da6be3339b01aa9d87fbd8be8f94b51466e25e6b
0x4d6480f4da94e3c5d0b57d27eecd02e0f3aac6a40257c20b00aaa44220d3a069
0x50eec7e492ecf92d0a79b9fec2aafefeb3da151933f87a259f9a1c29fe9d3b00
0x3100d0a1410383e02b4f5782f81a560d59aa2c5c81d59d8e90eeec308e15e6e8
0xd9550cd57250bbddf7a53842de7919c88e906fd03bc63278fd45d7fc1269b9b2
0xe8a154b20fb9a7834a88ede062179c40ed622d2d1c9953619719b833f532f9d7

Functions
Getter at block 21429644
ISLAND_TOKEN(view returns (address)
0x157a6df6b74f4e5e45af4e4615fde7b49225a662
islandStakingAddress(view returns (address)
0x70c2c33eaecae0f6a0002f4b4ee2fc10aa36c102
merkleRoot(view returns (bytes32)
0x6b063ba54181ed2c694c6e82f579ad472837f653df8ee453bd4a59172b588d3b
owner(view returns (address)
0xa1dd77220d4b38ddcdc5343faba5906b9b992ca7
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
 
renounceOwnership(view 
Read-only
airdropClaimedStatusByUserId(uint256 userIdview returns (bool status)
State-modifying
acceptOwnership(
claimAirdrop(uint256 airdropAmountuint256 stakeAmountuint256 userIdbytes32[] proof
depositNiftyIslandAirdrop(uint256 amount
pause(
setIslandStakingAddress(address _islandStakingAddress
setMerkleRoot(bytes32 _merkleRoot
transferOwnership(address newOwner
unpause(
withdrawNiftyIslandAirdrop(
Events
AirdropClaimed(address indexed claimeruint256 userIduint256 claimAmountuint256 stakeAmount
NewIslandStakingAddress(address islandStakingAddress
NewMerkleRoot(bytes32 merkleRoot
NiftyIslandAirdropDeposited(address indexed calleruint256 amount
NiftyIslandAirdropWithdrawn(address indexed calleruint256 amount
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Unpaused(address account
Constructor
constructor(address _multisigAddressaddress _islandTokenAddressaddress _islandStakingAddressbytes32 _merkleRoot
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
AirdropAlreadyClaimed(
AirdropDepositAmountZero(
ApprovalFailure(address targetuint256 amount
EnforcedPause(
ExpectedPause(
FailedInnerCall(
InvalidAirdropClaimProof(
InvalidStakeAmount(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
OwnerCannotRenounceOwnership(
ReentrancyGuardReentrantCall(
SafeERC20FailedOperation(address token
StateUnchanged(
ZeroAddressNotAllowed(