DinoBabies
Verified contract
Active on
Ethereum with 18,767 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 |
---|---|---|---|---|---|
NOODS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21046456 | 16 days ago | | | 0 | 0.00057082683 | |
| 20981188 | 25 days ago | | | 0 | 0.00026790480 | |
| 20904759 | a month ago | | | 0 | 0.00010465146 | |
| 20672918 | 2 months ago | | | 0 | 0.000096242830 | |
| 20613590 | 2 months ago | | | 0 | 0.00018438800 | |
| 20611599 | 2 months ago | | | 0 | 0.00034927970 | |
| 20530799 | 3 months ago | | | 0 | 0.000080056910 | |
| 20453658 | 3 months ago | | | 0 | 0.000025674886 | |
| 20282954 | 4 months ago | | | 0 | 0.000090691785 | |
| 20260299 | 4 months ago | | | 0 | 0.000061368083 |
ABI
ABI objects
Getter at block 21157972
_seed() view returns (uint256)
0
baseTokenURI() view returns (string)
https://ipfs.io/ipfs/QmNWj4fotwAL8EDmM1Ja3CPKJPAxjtYDKwhaPTB8a5Kr36/
name() view returns (string)
DinoBabies
owner() view returns (address)
0x6edbd013c7c54a919587a505827e751ec90eae9e
provenanceHash() view returns (string)
9b6fc2fc0245a8ce428fb67565cefde7f1b763b94dc938ad5ccb6d3113224c67
publicMintPaused() view returns (bool)
false
symbol() view returns (string)
DINOBABIES
totalSupply() view returns (uint256)
5500
whitelistMintPaused() view returns (bool)
true
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)
walletCount(address) view returns (uint256)
walletOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
emergencySetSeed()
giveAway(address _to, uint256 _amount) payable
mint(uint256 _num, bytes _signature) payable
publicMintPause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setMerkleRoot(bytes32 _newMerkleRoot)
setPrice(uint256 _newPrice)
setProvenanceHash(string _provenanceHash)
setVerifier(address _newVerifier)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _num, bytes32[] _merkleProof) payable
whitelistMintPause(bool _state)
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 baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.