toonanderthals
Verified contract
Active on
Ethereum with 3,475 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.06)
Native
Value
$0.06
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.00002 | $3,193.22 |
$0.06 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20877581 | a month ago | | | 0 | 0.00024768269 | |
| 20758946 | 2 months ago | | | 0 | 0.000053502382 | |
| 20200497 | 4 months ago | | | 0 | 0.000037584996 | |
| 17151937 | 2 years ago | | | 0 | 0.00079213766 | |
| 17151937 | 2 years ago | | | 0 | 0.00079017879 | |
| 16889630 | 2 years ago | | | 0 | 0.0012083606 | |
| 16871909 | 2 years ago | | | 0 | 0.00040614281 | |
| 16744034 | 2 years ago | | | 0 | 0.0010858793 | |
| 16645673 | 2 years ago | | | 0 | 0.0012895078 | |
| 16412525 | 2 years ago | | | 0 | 0.00078871258 |
ABI
ABI objects
Getter at block 21160900
baseURI() view returns (string)
ipfs://QmV9Kz4qa3iN7xBXWiRayCytG7zpnUUo3rhXAzb1ekkFpz/
maxMintPerTrans() view returns (uint256)
3
maxSupply() view returns (uint256)
8888
name() view returns (string)
toonanderthals
notRevealedUri() view returns (string)
ipfs://QmNLm5JBzAGnZijR6oAqAHQE9do268c1QTHqwF12oeYyCJ
owner() view returns (address)
0xb9cb675e55c7be5140d8ecaf703d8fdf6b67660b
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
TOON
totalSupply() view returns (uint256)
8888
Read-only
addressMintedBalance(address) view returns (uint256)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mintToon(uint256 _mintAmount) payable
pause(bool _state)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setNotRevealedURI(string _notRevealedURI)
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(string _name, string _symbol, string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.