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 "Deaf Gold"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16951429 | 2 years ago | | | 0 | 0.00056835337 | |
| 13242890 | 3 years ago | | | 0 | 0.0027971633 | |
| 13188365 | 3 years ago | | | 0 | 0.0081817888 | |
| 13188359 | 3 years ago | | | 0 | 0.011429930 | |
| 13179540 | 3 years ago | | | 0 | 0.019919820 | |
| 13178994 | 3 years ago | | | 0 | 0.0050773931 | |
| 13178873 | 3 years ago | | | 0 | 0.0084241886 | |
| 13178483 | 3 years ago | | | 0 | 0.0043146160 | |
| 13177967 | 3 years ago | | | 0 | 0.0084405757 | |
| 13177798 | 3 years ago | | | 0 | 0.0092413100 |
ABI
ABI objects
Getter at block 21395692
DeafContract() view returns (address)
0xc9cb0fee73f060db66d2693d92d75c825b1afdbf
DeafContractAddress() view returns (address)
0xc9cb0fee73f060db66d2693d92d75c825b1afdbf
DeafGoldPerTokenId() view returns (uint256)
10000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Deaf Gold
owner() view returns (address)
0xf91d3bcc431ba9c8e16165a9ae7ee11bf31b0760
season() view returns (uint256)
0
symbol() view returns (string)
DGLD
tokenIdEnd() view returns (uint256)
8000
tokenIdStart() view returns (uint256)
1
totalSupply() view returns (uint256)
6410000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
seasonClaimedByTokenId(uint256, uint256) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claimAllForOwner()
claimById(uint256 tokenId)
claimRangeForOwner(uint256 ownerIndexStart, uint256 ownerIndexEnd)
daoMint(uint256 amountDisplayValue)
daoSetDeafContractAddress(address DeafContractAddress_)
daoSetDeafGoldPerTokenId(uint256 DeafGoldDisplayValue)
daoSetSeason(uint256 season_)
daoSetSeasonAndDeafGoldPerTokenID(uint256 season_, uint256 DeafGoldDisplayValue)
daoSetTokenIdRange(uint256 tokenIdStart_, uint256 tokenIdEnd_)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
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.