Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($194.58)
Native
Value
$194.58
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.05 | $3,891.69 |
$194.58 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18157929 | a year ago | | | 0.049 | 0.00084709961 | |
| 16865961 | 2 years ago | | | 0 | 0.00043351572 | |
| 16859220 | 2 years ago | | | 0 | 0.0010702146 | |
| 16859217 | 2 years ago | | | 0 | 0.0012259253 | |
| 16859214 | 2 years ago | | | 0 | 0.0012019693 | |
| 16859211 | 2 years ago | | | 0 | 0.0019529590 | |
| 16859207 | 2 years ago | | | 0 | 0.00066421734 | |
| 16859203 | 2 years ago | | | 0 | 0.0012977278 | |
| 16859170 | 2 years ago | | | 0 | 0.00044634599 | |
| 16859150 | 2 years ago | | | 0 | 0.00042947495 |
ABI
ABI objects
Getter at block 21402132
Max_Collection() view returns (uint256)
5000
baseUri() view returns (string)
ipfs://QmW7iW4oqQPQEjk3QYYaW2JtMhPzwFmro7JuWhzfxyP8xE/
fee() view returns (bool)
true
maximumMintPerTrans() view returns (uint256)
5000
minting_price() view returns (uint256)
49000000000000000
name() view returns (string)
AVA
owner() view returns (address)
0xf8856d34037e592762f674dc0675c40dba92dc9c
paused() view returns (bool)
false
suffix() view returns (string)
.json
symbol() view returns (string)
AVA
totalSupply() view returns (uint256)
264
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)
walletOfOwner(address _owner) view returns (uint256[])
whitelistedaddress(address) view returns (bool)
State-modifying
Events AddorRemoveWhitelistaddress(address _addr, bool _status)
SetMax_Collection(uint256 _amount)
SetMaximumMintPerTran(uint256 _amount)
approve(address to, uint256 tokenId)
burn(uint256 _id)
mint(uint256 _amount) payable
renounceOwnership()
rescueERC20(address _add, uint256 _amount)
reservedMint(uint256 _amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURi(string _baseuri, string _suffix)
setPause()
set_mintingPrice(uint256 _amount)
setunPause()
toogleFee(bool _status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds(uint256 _amount)
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()