Antidote
Verified contract
Active on
Ethereum with 4,709 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 "Antidote"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21272355 | 8 hours ago | | | 0 | 0.00071851635 | |
| 20389340 | 4 months ago | | | 0 | 0.000082400441 | |
| 20389237 | 4 months ago | | | 0 | 0.000088582483 | |
| 20272681 | 5 months ago | | | 0 | 0.00016643759 | |
| 20145641 | 5 months ago | | | 0 | 0.00011093556 | |
| 20109367 | 5 months ago | | | 0 | 0.000067529031 | |
| 20081023 | 5 months ago | | | 0 | 0.00056431946 | |
| 20068676 | 5 months ago | | | 0 | 0.00027691307 | |
| 19938229 | 6 months ago | | | 0 | 0.00037838487 | |
| 19841616 | 7 months ago | | | 0 | 0.00025066480 |
ABI
ABI objects
Getter at block 21274634
freePerWallet() view returns (uint256)
1
isMintEnabled() view returns (bool)
true
maxPerWallet() view returns (uint256)
5
maxSupply() view returns (uint256)
4444
mintPrice() view returns (uint256)
4000000000000000
name() view returns (string)
Antidote
owner() view returns (address)
0x7b66a835059842989f5aac488c84e5741acbd5b1
supply() view returns (uint256)
4444
symbol() view returns (string)
ANTDT
totalSupply() view returns (uint256)
4444
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)
walletMints(address) view returns (uint256)
State-modifying
Events airdrop(uint256 quantity_)
approve(address to, uint256 tokenId) payable
mint(uint256 quantity_) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseTokenUri(string baseTokenUri_)
setMaxPerWallet(uint256 maxPerWallet_)
setMintEnabled(bool isMintEnabled_)
setMintPrice(uint256 mintPriceWei_)
setSupply(uint256 maxSupply_)
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(string _baseUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()