Eth Doinks
Verified contract
Active on
Ethereum with 399 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 "Eth Doinks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18297112 | a year ago | | | 0 | 0.00027724657 | |
| 18259764 | a year ago | | | 0 | 0.00066606096 | |
| 17299393 | 2 years ago | | | 0 | 0.0019473521 | |
| 16665544 | 2 years ago | | | 0 | 0.00099380353 | |
| 16664701 | 2 years ago | | | 0 | 0.0012096774 | |
| 16627718 | 2 years ago | | | 0 | 0.0028454003 | |
| 16586321 | 2 years ago | | | 0 | 0.0020941493 | |
| 16472367 | 2 years ago | | | 0 | 0.00038555767 | |
| 16471338 | 2 years ago | | | 0 | 0.0024245889 | |
| 16358828 | 2 years ago | | | 0 | 0.00092182000 |
ABI
ABI objects
Getter at block 21337436
FREE_MINTS_PER_TX() view returns (uint256)
1
MAX_MINTS_PER_TX() view returns (uint256)
5
PUBLIC_SALE_PRICE() view returns (uint256)
6900000000000000
TOTAL_FREE_MINTS() view returns (uint256)
212
isFreeMintActive() view returns (bool)
false
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
420
name() view returns (string)
Eth Doinks
owner() view returns (address)
0x8bb175fd050b56e996b20ccdf23c89093fb2d258
symbol() view returns (string)
DOINK
totalSupply() view returns (uint256)
420
Read-only
balanceOf(address owner) view returns (uint256)
claimedFreeMint(address) view returns (bool)
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 AirdropMint(uint256 quantity, address user)
approve(address to, uint256 tokenId)
freeMint()
mint(uint256 numberOfTokens) payable
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)
setIsFreeMintActive(bool _isFreeMintActive)
setIsPublicSaleActive(bool _isPublicSaleActive)
transferFrom(address from, address to, uint256 tokenId)
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 _baseTokenURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
FreeMintNotActive()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()