Bad Baby Dinos
Verified contract
Active on
Ethereum with 5,157 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 "Bad Baby Dinos"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21219525 | 9 days ago | | | 0 | 0.00043355670 | |
| 21200348 | 12 days ago | | | 0 | 0.00055639982 | |
| 21190847 | 13 days ago | | | 0 | 0.0018359744 | |
| 21190791 | 13 days ago | | | 0 | 0.0014086281 | |
| 21129351 | 22 days ago | | | 0 | 0.0020331681 | |
| 21122580 | 23 days ago | | | 0 | 0.0012661525 | |
| 21103172 | a month ago | | | 0 | 0.00020874883 | |
| 21092766 | a month ago | | | 0 | 0.00040332997 | |
| 21032201 | a month ago | | | 0 | 0.00015590852 | |
| 21032200 | a month ago | | | 0 | 0.00015521926 |
ABI
ABI objects
Getter at block 21286514
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://ipfs.filebase.io/ipfs/QmUkWdf26WRRq51VwFCdei5wU8zwXLk898usVfsct2JoS1/
hasRoyalties() pure returns (bool)
true
name() view returns (string)
Bad Baby Dinos
owner() view returns (address)
0x24db2f0848fee201c27d258ad5d2d5d9cc71bad3
royaltyAmount() view returns (uint256)
6
symbol() view returns (string)
BBD
totalSupply() view returns (uint256)
7780
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinter(address account) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 _salePrice) view returns (uint256, 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 addMinter(address account)
approve(address to, uint256 tokenId)
mint(address _to, uint256 _mintAmount) returns (bool)
renounceMinter()
renounceOwnership()
royaltiesRecieved(address _creator, address _buyer, uint256 _amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
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)
Mint(address indexed to, uint256 indexed tokenId)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RecievedRoyalties(address indexed creator, address indexed buyer, uint256 indexed amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, uint256 _amount, address _creator)
This contract contains no fallback and receive objects.
This contract contains no error objects.