Baby Dino Club
Verified contract
Active on
Ethereum with 1,878 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 "Baby Dino Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21269541 | 3 days ago | | | 0 | 0.00030187933 | |
| 18899337 | a year ago | | | 0 | 0.0020375743 | |
| 18879556 | a year ago | | | 0 | 0.0012452994 | |
| 18837816 | a year ago | | | 0 | 0.0013029224 | |
| 18664563 | a year ago | | | 0 | 0.0018256708 | |
| 18441522 | a year ago | | | 0 | 0.00075674416 | |
| 18333897 | a year ago | | | 0 | 0.00027926713 | |
| 17946626 | a year ago | | | 0 | 0.00039385200 | |
| 17535020 | a year ago | | | 0 | 0.00046962037 | |
| 17535015 | a year ago | | | 0 | 0.00038327428 |
ABI
ABI objects
Getter at block 21290739
contractURI() pure returns (string)
https://mw9spidhbc.execute-api.us-east-1.amazonaws.com/dev/contract/baby-dino-club
getCost() view returns (uint256)
50000000000000000
getCurrentSupply() view returns (uint256)
4395
getMintStatus() view returns (bool)
true
name() view returns (string)
Baby Dino Club
owner() view returns (address)
0x41b7d19aca0302c67b2ce6f9b7e0f8ae1c73f4ea
symbol() view returns (string)
BDC
totalSupply() view returns (uint256)
4444
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allowPublicMint()
approve(address to, uint256 tokenId)
denyPublicMint()
mintTokens(address[] recipients) payable
mintTokens(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 cost)
setMaxSupply(uint256 max)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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 tokenName, string symbol, uint256 cost, uint256 supply)
This contract contains no fallback and receive objects.
This contract contains no error objects.