TombVault
Verified contract
Active on
Ethereum with 3,190 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x40f8…149c
0xa0db…959d
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TOMB | ERC-721 | 1 | -- | -- | |
TOMB | ERC-721 | 1 | -- | -- | |
TOMB | ERC-721 | 1 | -- | -- | |
TOMB | ERC-721 | 1 | -- | -- | |
TOMB | ERC-721 | 1 | -- | -- | |
TOMB | ERC-721 | 1 | -- | -- | |
TOMB | ERC-721 | 1 | -- | -- | |
TOMB | ERC-721 | 1 | -- | -- | |
TOMB | ERC-721 | 1 | -- | -- | |
TOMB | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20123312 | 5 months ago | | | 0 | 0.00054535501 | |
| 19792009 | 7 months ago | | | 0 | 0.0012592721 | |
| 19772777 | 7 months ago | | | 0 | 0.0012103978 | |
| 19691064 | 7 months ago | | | 0 | 0.00095224117 | |
| 19491532 | 8 months ago | | | 0 | 0.0059753538 | |
| 19487202 | 8 months ago | | | 0 | 0.010421224 | |
| 19303982 | 9 months ago | | | 0 | 0.0025657522 | |
| 19009421 | 10 months ago | | | 0 | 0.0031722655 | |
| 18971399 | 10 months ago | | | 0 | 0.0043860538 | |
| 18941520 | 10 months ago | | | 0 | 0.0019550673 |
ABI
ABI objects
Getter at block 21227506
KLUBS_PER_TOMB_PER_DAY() view returns (uint256)
5000000000000000000
klub() view returns (address)
0xa0db234a35aaf919b51e1f6dc21c395eef2f959d
owner() view returns (address)
0x0d098789d49c56669477718c1b0e2c3642ddec27
tomb() view returns (address)
0x40f8719f2919a5dedd2d5a67065df6eac65c149c
totalStaked() view returns (uint256)
3067
Read-only
balanceOf(address account) view returns (uint256)
onERC721Received(address, address from, uint256, bytes) pure returns (bytes4)
tokensOfOwner(address account) view returns (uint256[] ownerTokens)
unclamiedEarnings(uint256[] tokenIds) view returns (uint256)
vault(uint256) view returns (uint24 tokenId, uint48 timestamp, address owner)
State-modifying
Events claim(uint256[] tokenIds)
claimForAddress(address account, uint256[] tokenIds)
renounceOwnership()
setKLUBS_PER_TOMB_PER_DAY(uint256 _KLUBS_PER_TOMB_PER_DAY)
setKlub(address _klub)
setTomb(address _tomb)
stake(uint256[] tokenIds)
transferOwnership(address newOwner)
unstake(uint256[] tokenIds)
Claimed(address owner, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(address owner, uint256 tokenId, uint256 value)
Unstaked(address owner, uint256 tokenId, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.