Aging Avocado
Verified contract
Active on
Ethereum with 1,476 txns
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 "Aging Avocado"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15496576 | 2 years ago | | | 0 | 0.00044756306 | |
| 15496084 | 2 years ago | | | 0 | 0.00065230934 | |
| 15496049 | 2 years ago | | | 0 | 0.00048693903 | |
| 15495999 | 2 years ago | | | 0 | 0.00068670811 | |
| 15313396 | 2 years ago | | | 0 | 0.00017026680 | |
| 15313394 | 2 years ago | | | 0 | 0.00017026680 | |
| 15274770 | 2 years ago | | | 0 | 0.00023152989 | |
| 15242299 | 2 years ago | | | 0 | 0.00015258242 | |
| 15222768 | 2 years ago | | | 0 | 0.00021070149 | |
| 15219963 | 2 years ago | | | 0 | 0.00053711478 |
ABI
ABI objects
Getter at block 21398844
COST() view returns (uint256)
0
MAX_MINT_PER_WALLET() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
999
contractURI() view returns (string)
ipfs://Qma9U6yDo28LXKJNhnvy7WBNJL6QGXvheL2ghiQAwJ96nm
name() view returns (string)
Aging Avocado
saleIsActive() view returns (bool)
true
symbol() view returns (string)
AGAV
totalSupply() view returns (uint256)
999
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 approve(address to, uint256 tokenId)
mint()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setSale(bool _saleIsActive)
transferFrom(address from, address to, uint256 tokenId)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
HappyBirthday(uint256 arg0, uint256 arg1)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()