DoodMfers
Verified contract
Active on
Ethereum with 1,085 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 "DoodMfers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19625071 | 8 months ago | | | 0 | 0.00074985937 | |
| 19552435 | 8 months ago | | | 0 | 0.00045357462 | |
| 16988171 | 2 years ago | | | 0 | 0.0012921691 | |
| 16924055 | 2 years ago | | | 0 | 0.00084043575 | |
| 16755409 | 2 years ago | | | 0 | 0.0012442410 | |
| 16703884 | 2 years ago | | | 0 | 0.0018198731 | |
| 16558181 | 2 years ago | | | 0 | 0.00054649294 | |
| 16558181 | 2 years ago | | | 0 | 0.00054649294 | |
| 16486072 | 2 years ago | | | 0 | 0.00063033274 | |
| 16389272 | 2 years ago | | | 0 | 0.00064516200 |
ABI
ABI objects
Getter at block 21333294
maxPerAddressDuringMint() view returns (uint256)
10
name() view returns (string)
DoodMfers
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x5f85e28f81692a8eee70219fd1d0bc4ea0ae68a0
publicPrice() view returns (uint256)
10000000000000000
publicSaleStartTime() view returns (uint256)
1647620400
symbol() view returns (string)
DoodMfers
totalSupply() view returns (uint256)
2396
Read-only
allowlist(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
isPublicSaleOn(uint256 publicSaleStartTime_) view returns (bool)
numberMinted(address owner) view returns (uint256)
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)
State-modifying
Events allowlistMint() payable
approve(address to, uint256 tokenId)
publicSaleMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
seedAllowlist(address[] addresses, uint256[] numSlots)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setOwnersExplicit(uint256 quantity)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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(uint256 maxBatchSize_, uint256 collectionSize_)
This contract contains no fallback and receive objects.
This contract contains no error objects.