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 "ANN3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17793639 | a year ago | | | 0 | 0.0019410707 | |
| 16658178 | 2 years ago | | | 0 | 0.00080509827 | |
| 16088501 | 2 years ago | | | 0 | 0.00029857752 | |
| 16019405 | 2 years ago | | | 0 | 0.00068661405 | |
| 15824850 | 2 years ago | | | 0 | 0.00050662167 | |
| 15814577 | 2 years ago | | | 0 | 0.0013325943 | |
| 15803863 | 2 years ago | | | 0 | 0.00069886500 | |
| 15794347 | 2 years ago | | | 0 | 0.00099508143 | |
| 15792165 | 2 years ago | | | 0 | 0.0011509168 | |
| 15791673 | 2 years ago | | | 0 | 0.0016073895 |
ABI
ABI objects
Getter at block 21297475
_live() view returns (bool)
true
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://ipfs.io/ipfs/bafybeidnghw45oe7gezhi4ekeldhj3nz2tp3jiuci36sx72va3mewfeg3q/
name() view returns (string)
ANN3
owner() view returns (address)
0x5e7ebc507e90e5c4686e778ceea84bd2c8370ef5
price() view returns (uint256)
0
supply() view returns (uint256)
3333
symbol() view returns (string)
A3
totalSupply() view returns (uint256)
3333
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events Mint(uint256 _amount) payable
TeamMint()
approve(address to, uint256 tokenId) payable
live(bool _state)
reduceSupply(uint256 newSupply)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setCost(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()