Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfee2…767c
Balances ($0.00)
No balances found for "AnkyOne"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10701440 | 9 months ago | | | 0 | 0.00019428113 | |
| 10701436 | 9 months ago | | | 0 | 0.00019428113 | |
| 10701433 | 9 months ago | | | 0 | 0.00019428113 | |
| 10701429 | 9 months ago | | | 0 | 0.00019428113 | |
| 10701425 | 9 months ago | | | 0 | 0.00019428113 | |
| 10701422 | 9 months ago | | | 0 | 0.00019428113 | |
| 10701419 | 9 months ago | | | 0 | 0.00019428113 |
ABI
ABI objects
Getter at block 22938991
MAX_SUPPLY() view returns (uint256)
89
currentTokenId() view returns (uint256)
8
degenToken() view returns (address)
0xfee293840d23b0b2de8c55e1cf7a9f01c157767c
mintingWindow() view returns (uint256)
57600
owner() view returns (address)
0xc669e04070ce18bf24ffa69fe311b64585f400d6
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
checkIfAnkyIsMintable(string _cid) view returns (bool)
getAnkyPriceInDegen(string _cid) view returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
mintStartTimestamp(string) view returns (uint256)
mintingActive(uint256) view returns (bool)
priceInDegenForEachAnky(string) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string)
State-modifying
Events createThisAnkyBeforeOpeningMint(string _cid, string _metadataHash, uint256 _priceInDegen)
mintAnky(string _cid)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
transferOwnership(address newOwner)
AnkyInfoSet(uint256 indexed id, string metadataHash, uint256 priceInDegen)
AnkyMinted(uint256 indexed id, address indexed to)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address _degenTokenAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.