Antvasion
Verified contract
Active on
Ethereum with 600 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "Antvasion"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18481422 | a year ago | | | 0 | 0.0023141513 | |
| 18481410 | a year ago | | | 0 | 0.0024406168 | |
| 18481403 | a year ago | | | 0 | 0.0025232074 | |
| 18481395 | a year ago | | | 0 | 0.0028506477 | |
| 18481392 | a year ago | | | 0 | 0.0026619510 | |
| 18481388 | a year ago | | | 0 | 0.0025994946 | |
| 18481385 | a year ago | | | 0 | 0.0028888023 | |
| 18391031 | a year ago | | | 0 | 0.0012686640 | |
| 18391027 | a year ago | | | 0 | 0.0011215117 | |
| 18391023 | a year ago | | | 0 | 0.0011274099 |
ABI
ABI objects
Getter at block 21249006
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmXsAi8RX7ejNugJDGPHDbmFktXW26Um33i7hRu6zzGkhu/
cost() view returns (uint256)
350000000000000000
maxMintAmount() view returns (uint256)
20
maxSupply() view returns (uint256)
10101
name() view returns (string)
Antvasion
nftPerAddressLimit() view returns (uint256)
10
notRevealedUri() view returns (string)
ipfs://QmaDvqZJ734r2tE3dscADS94RBdZcHhGmgwGrS7KMjGcCK/hidden_metadata.json
owner() view returns (address)
0x9f636dbbf5bc444ccbfcd07681d70e2ce3454bd3
paused() view returns (bool)
false
presaleMode() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
TAL
totalSupply() view returns (uint256)
488
waveMaxAmount() view returns (uint256)
699
waveMintCounter() view returns (uint256)
176
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
whitelistedAdresses(uint256) view returns (address)
State-modifying
Events addToRegularWhitelist(address[] _input)
approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
pause(bool _state)
renounceOwnership()
reveal(bool _reveal)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setNFTPerAddressLimit(uint256 _limitPerAddress)
setNFTPerWaveLimit(uint256 _limitPerWave)
setNotRevealedURI(string _notRevealedURI)
setmaxMintAmount(uint256 _newmaxMintAmount)
switchToPresaleMode(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistWithSpecificAmount(address[] _users, uint256[] _buys)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.