Antonym
Verified contract
Active on
Ethereum with 26,271 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZUKIBIRDS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21099602 | 8 days ago | | | 0 | 0.00010415890 | |
| 21022040 | 19 days ago | | | 0 | 0.00074251159 | |
| 21016506 | 20 days ago | | | 0 | 0.00024030577 | |
| 20991820 | 23 days ago | | | 0 | 0.0014657861 | |
| 20981178 | 25 days ago | | | 0 | 0.00026325683 | |
| 20980895 | 25 days ago | | | 0 | 0.00041730426 | |
| 20980883 | 25 days ago | | | 0 | 0.00056236991 | |
| 20961146 | a month ago | | | 0 | 0.00045207333 | |
| 20862806 | a month ago | | | 0 | 0.00071124898 | |
| 20851281 | a month ago | | | 0 | 0.00033336327 |
ABI
ABI objects
Getter at block 21159865
MAX_SALE_QUANTITY() view returns (uint256)
3
RESERVE_MAX() view returns (uint256)
88
TOTAL_MAX() view returns (uint256)
8888
WHITELIST_MAX() view returns (uint256)
4400
daVariables() view returns (uint64 saleStartPrice, uint64 duration, uint64 interval, uint64 decreaseRate)
(saleStartPrice=800000000000000000, duration=4290, interval=600, decreaseRate=100000000000000000)
getCurrentPrice() view returns (uint256)
185000000000000000
name() view returns (string)
Antonym
owner() view returns (address)
0xd3501127e3c08bcaa2b095481ee4e86a1a8c537a
reserveCount() view returns (uint256)
88
revealed() view returns (bool)
true
saleActive() view returns (bool)
true
saleMax() view returns (uint256)
4454
startTime() view returns (uint32)
1646268693
symbol() view returns (string)
ANTONYM
totalSupply() view returns (uint256)
8888
whitelistActive() view returns (bool)
false
whitelistCount() view returns (uint256)
4346
whitelistPrice() view returns (uint256)
185000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
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)
whitelists(address) view returns (uint256)
State-modifying
Events activateSale()
activateWhitelist()
approve(address to, uint256 tokenId)
buy(uint256 _quantity) payable
mintWhitelist(uint256 _quantity) payable
releaseReserve(address _account, uint256 _quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI, bool reveal)
setPaymentAddress(address _paymentAddress)
setRoyalty(uint96 _royaltyBasisPoints)
setRoyaltyAddress(address _royaltyAddress)
setSaleVariables(uint32 _startTime, uint64 _saleStartPrice, uint64 _duration, uint64 _interval, uint64 _decreaseRate)
setWhitelist(address[] whitelisters, bool ogStatus)
setWhitelistPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferFunds()
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()