Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "0x0"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16630912 | 2 years ago | | | 0 | 0.00094043489 | |
| 16513709 | 2 years ago | | | 0 | 0.00045805628 | |
| 16108219 | 2 years ago | | | 0 | 0.00028570832 | |
| 15961779 | 2 years ago | | | 0 | 0.00033232575 | |
| 15762574 | 2 years ago | | | 0 | 0.0010546681 | |
| 15631023 | 2 years ago | | | 0 | 0.00030706886 | |
| 15451852 | 2 years ago | | | 0 | 0.00054549201 | |
| 15368301 | 2 years ago | | | 0 | 0.0039309221 | |
| 15368274 | 2 years ago | | | 0 | 0.0072724456 | |
| 15363885 | 2 years ago | | | 0 | 0.00071152578 |
ABI
ABI objects
Getter at block 21211985
decimals() view returns (uint8)
18
name() view returns (string)
0x0
owner() view returns (address)
0x5b74047ebf61ff768da06ed6bdbe0d7ff3430b79
symbol() view returns (string)
0x0
totalSupply() view returns (uint256)
13543915555494746027000000
Read-only
CLAIMING_START_TIME(address) view returns (uint256)
INITIAL_REWARD(address) view returns (uint256)
IS_CLAIMABLE(address) view returns (bool)
MAX_EMISSION_TIME(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getAllRewards(address nftContractAddress, address claimer) view returns (uint256)
getRewardTimeLeftForNFTTokenId(address nftContractAddress, uint256 tokenId) view returns (uint256)
getRewardsForNFTTokenId(address nftContractAddress, uint256 tokenId) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
claimAll(address nftContractAddress)
claimByNFTTokenId(address nftContractAddress, uint256 tokenId)
cliamAllOneTimeRewards(address nftContractAddress)
cliamOneTimeRewardById(address nftContractAddress, uint256 tokenId)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lockOwnerMint()
ownerMint(uint256 amount)
renounceOwnership()
setClaimingSettingFor(address nftContractAddress, uint256 emissionRatePerSec, uint256 emissionDuration, uint256 initialReward, uint256 claimingStartTime)
toggleClaimingFor(address nftContractAddress)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.