Doodlemice
Verified contract
Active on
Ethereum with 283 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($170.25)
Native
Value
$170.25
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.044 | $3,869.27 |
$170.25 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18849576 | a year ago | | | 0 | 0.0014487756 | |
| 15256939 | 2 years ago | | | 0 | 0.00044755367 | |
| 15228763 | 2 years ago | | | 0 | 0.00055741014 | |
| 14898852 | 3 years ago | | | 0 | 0.0022314973 | |
| 14742111 | 3 years ago | | | 0 | 0.0022314333 | |
| 14725936 | 3 years ago | | | 0 | 0.0017534936 | |
| 14658226 | 3 years ago | | | 0 | 0.00068777067 | |
| 14465904 | 3 years ago | | | 0 | 0.00092905914 | |
| 14401368 | 3 years ago | | | 0 | 0.00079232098 | |
| 14388174 | 3 years ago | | | 0 | 0.0010284720 |
ABI
ABI objects
Getter at block 21400936
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmVE2pXEHa2k6i8jgxpd5Cn9NE8SLpFV4y6zPK4ZTPMeka/
cost() view returns (uint256)
0
maxMint() view returns (uint256)
10
maxSupply() view returns (uint256)
888
name() view returns (string)
Doodlemice
owner() view returns (address)
0x619f7df2f3bea3b4cbd204be652ab1856400df45
paused() view returns (bool)
false
status() view returns (bool)
true
symbol() view returns (string)
DICE
totalSupply() view returns (uint256)
888
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
gift(uint256[] quantity, address[] recipient)
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)
setSaleStatus(bool _status)
setmaxSupply(uint256 _newMaxSupply)
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.