MiceOnToadZ
Verified contract
Active on
Ethereum with 2,041 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 |
---|---|---|---|---|---|
STACK | ERC-20 | 353K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19120629 | 10 months ago | | | 0 | 0.0036659296 | |
| 18993605 | 10 months ago | | | 0 | 0.00095891645 | |
| 18794850 | a year ago | | | 0 | 0.0020159064 | |
| 18711473 | a year ago | | | 0 | 0.0019655925 | |
| 18709465 | a year ago | | | 0 | 0.0022831550 | |
| 16768640 | 2 years ago | | | 0 | 0.0012056298 | |
| 16762621 | 2 years ago | | | 0 | 0.00062245962 | |
| 16423174 | 2 years ago | | | 0 | 0.0021692403 | |
| 16423166 | 2 years ago | | | 0 | 0.0024814586 | |
| 16344528 | 2 years ago | | | 0 | 0.00085990795 |
ABI
ABI objects
Getter at block 21260831
MAXBATCH() view returns (uint256)
1
baseURI() view returns (string)
ipfs://QmPF4RMdf763uns8cXzUPPWZmwvYd84vhusQmkW2oFp5C7/
currentStackPrice() view returns (uint256)
250000000000000000000
name() view returns (string)
MiceOnToadZ
owner() view returns (address)
0xd379dd054f187852ab3fd5276e3907b9ed5c6065
publicMiceOnToadz() view returns (uint256)
2801
stackAddress() view returns (address)
0x1bbb57def2f6192f0b9b8565f49034bf1fcdb604
symbol() view returns (string)
MICETOADS
totalCount() view returns (uint256)
2800
totalMiceOnToadz() view returns (uint256)
0
totalPublicmice() view returns (uint256)
1355
totalSupply() view returns (uint256)
1446
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)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
whiteList(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mintWhitelist(uint256 _times)
mintWithStack(uint256 _times, uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newURI)
setStart(bool _start)
setWhitelist(address[] whiteListAddresses)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawStack()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintMiceOnToadz(address indexed sender, uint256 startWith, uint256 times)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, address _stackTokenAddress, string baseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.