BabyToadz
Verified contract
Active on
Ethereum with 2,695 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 "BabyToadz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20717939 | 2 months ago | | | 0 | 0.000096129338 | |
| 20523909 | 3 months ago | | | 0 | 0.00018364021 | |
| 19696125 | 7 months ago | | | 0 | 0.00034571222 | |
| 19668685 | 7 months ago | | | 0 | 0.0011296133 | |
| 19061252 | 10 months ago | | | 0 | 0.00095425304 | |
| 19057451 | 10 months ago | | | 0 | 0.00038447549 | |
| 19057450 | 10 months ago | | | 0 | 0.00036339076 | |
| 19057450 | 10 months ago | | | 0 | 0.00036216274 | |
| 18889334 | a year ago | | | 0 | 0.00086855756 | |
| 18826781 | a year ago | | | 0 | 0.0011702570 |
ABI
ABI objects
Getter at block 21184141
baseURI() view returns (string)
ipfs://QmUFtsTDAg23SBzAvnrSHbA8KmTxHuDkhysZ8uT4f5oNpC/
isBurningAllowed() view returns (bool)
false
isMintingOpen() view returns (bool)
false
maxSupply() view returns (uint256)
4444
name() view returns (string)
BabyToadz
owner() view returns (address)
0x2818cff2f3a9ffb331c3099271cf792b0025966c
symbol() view returns (string)
SMOLCROAK
totalSupply() view returns (uint256)
1410
Read-only
babyOfParent(uint256) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasBeenBred(uint256 toad) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
parentsOfBaby(uint256) view returns (uint256 top, uint256 bottom)
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)
burnBaby(uint256 baby)
devMint(uint256 _toad1, uint256 _toad2)
mint(uint256 _toad1, uint256 _toad2)
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)
toggleBurning(bool isAllowed)
toggleMinting(bool isOpen)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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 _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.