DoodleMfers
Verified contract
Active on
Ethereum with 15 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 "DoodleMfers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14253675 | 3 years ago | | | 0 | 0.017575758 | |
| 14253595 | 3 years ago | | | 0 | 0.0076839324 | |
| 14253503 | 3 years ago | | | <0.00000001 | 0.013702641 | |
| 14253465 | 3 years ago | | | 0 | 0.0054619228 | |
| 14253367 | 3 years ago | | | 0 | 0.0056183431 | |
| 14253314 | 3 years ago | | | 0 | 0.030279954 | |
| 14253300 | 3 years ago | | | 0.138 | 0.0022999768 | |
| 14253100 | 3 years ago | | | 0 | 0.0073343400 | |
| 14253040 | 3 years ago | | | 0.0138 | 0.0097836957 | |
| 14253036 | 3 years ago | | | 0 | 0.0019717512 |
ABI
ABI objects
Getter at block 21184233
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmRxRknV1kNMs6XhqU3amK51mmAJjtPvKHuFbCYNW7wyvb/
cost() view returns (uint256)
6900000000000000
freeSupply() view returns (uint256)
500
maxFreeMint() view returns (uint256)
5
maxMint() view returns (uint256)
20
maxSupply() view returns (uint256)
5000
minted() view returns (uint256)
8
name() view returns (string)
DoodleMfers
owner() view returns (address)
0x2dcc762101406ee4c3384cb2015420cc8ecb1375
status() view returns (bool)
true
symbol() view returns (string)
dodmfers
totalSupply() view returns (uint256)
36
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isHolder(address _wallet) view returns (bool)
mintlist(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claim(address _wallet)
flipSaleStatus()
mint(uint256 _mintAmount) 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 _newBaseURI)
setCost(uint256 _newCost)
setMaxMintAmount(uint256 _newMaxMintAmount)
setMferAddress(address _mferAddr)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()