SkullIsland
Verified contract
Active on
Ethereum with 562 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x03f3…2c19
0x64c5…d8c8
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KVK | ERC-721 | 1 | -- | -- | |
KVK | ERC-721 | 1 | -- | -- | |
KVK | ERC-721 | 1 | -- | -- | |
KVK | ERC-721 | 1 | -- | -- | |
KVK | ERC-721 | 1 | -- | -- | |
KVK | ERC-721 | 1 | -- | -- | |
KVK | ERC-721 | 1 | -- | -- | |
KVK | ERC-721 | 1 | -- | -- | |
KVK | ERC-721 | 1 | -- | -- | |
KVK | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14863999 | 2 years ago | | | 0 | 0.00027732260 | |
| 14863999 | 2 years ago | | | 0 | 0.00027874800 | |
| 14863999 | 2 years ago | | | 0 | 0.0014387040 | |
| 14599426 | 3 years ago | | | 0 | 0.0013298218 | |
| 14582036 | 3 years ago | | | 0 | 0.0047365309 | |
| 14539145 | 3 years ago | | | 0 | 0.0090433865 | |
| 14480660 | 3 years ago | | | 0 | 0.0044442045 | |
| 14202239 | 3 years ago | | | 0 | 0.0059998680 | |
| 14145595 | 3 years ago | | | 0 | 0.010710047 | |
| 14145587 | 3 years ago | | | 0 | 0.0081418749 |
ABI
ABI objects
Getter at block 21286325
DAILY_Gamma_RATE() view returns (uint256)
10000000000000000000000
Gamma() view returns (address)
0x64c56c804af7705d10884495fee9e94571e2d8c8
KongKaiju() view returns (address)
0x03f3426fe1c016a96de0da4e26aee7523dbe2c19
KongReward() view returns (uint256)
50957341404406660275428
MAXIMUM_GLOBAL_Gamma() view returns (uint256)
1700000000000000000000000000
MINIMUM_TIME_TO_EXIT() view returns (uint256)
172800
TAX_PERCENTAGE() view returns (uint16)
20
lastClaimTimestamp() view returns (uint256)
1649918774
owner() view returns (address)
0x9d97dab6e30952c49c72ecc92b04bf9ccb906bb3
paused() view returns (bool)
false
rescueEnabled() view returns (bool)
false
totalGammaEarned() view returns (uint256)
1782422017476851851851851411
totalKongStaked() view returns (uint256)
195
totalkaijuStaked() view returns (uint256)
1508
unaccountedRewards() view returns (uint256)
0
Read-only
KongHolders(uint256) view returns (address)
KongIndices(uint256) view returns (uint256)
KongStake(address, uint256) view returns (uint16 tokenId, uint80 value, address owner)
getAccountKongs(address user) view returns (struct SkullIslandStake[])
getAccountkaijus(address user) view returns (struct SkullIslandStake[])
kaijuIndices(uint256) view returns (uint256)
kaijuStake(address, uint256) view returns (uint16 tokenId, uint80 value, address owner)
onERC721Received(address, address from, uint256, bytes) pure returns (bytes4)
State-modifying
Events addTokensToStake(address account, uint16[] tokenIds)
changeTopEXAddress(uint256 _id, address _address)
claimFromStake(uint16[] tokenIds, bool unstake)
randomkongOwner() returns (address)
renounceOwnership()
rescue(uint16[] tokenIds)
setGamma(address _Gamma)
setKongKaiju(address _KongKaiju)
setMAXIMUM_GLOBAL_Gamma(uint256 _MaxGamma)
setPaused(bool _state)
setRescueEnabled(bool _enabled)
shuffleSeeds(uint256 _seed, uint256 _max)
transferOwnership(address newOwner)
KongClaimed(uint16 tokenId, uint256 earned, bool unstaked)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenStaked(address owner, uint16 tokenId, uint256 value)
kaijuClaimed(uint16 tokenId, uint256 earned, bool unstaked)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.