Based Dinos
Verified contract
Active on
Base with 7,393 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 |
---|---|---|---|---|---|
OHNO | ERC-20 | 31 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22576491 | 4 days ago | | | 0 | 7.8447674e-7 | |
| 22576283 | 4 days ago | | | 0 | 7.8447674e-7 | |
| 22576178 | 4 days ago | | | 0 | 7.8447679e-7 | |
| 22576046 | 4 days ago | | | 0 | 7.8357335e-7 | |
| 22575926 | 4 days ago | | | 0 | 7.8312158e-7 | |
| 22575575 | 4 days ago | | | 0 | 7.8239683e-7 | |
| 22575356 | 4 days ago | | | 0 | 7.8428432e-7 | |
| 22575164 | 4 days ago | | | 0 | 7.8361805e-7 | |
| 22574953 | 4 days ago | | | 0 | 7.8418429e-7 | |
| 22544814 | 5 days ago | | | 0 | 7.8447674e-7 |
ABI
ABI objects
Getter at block 22759174
MAX_SUPPLY() view returns (uint256)
6969
mintedCount() view returns (uint256)
6968
name() view returns (string)
Based Dinos
owner() view returns (address)
0xb2e4b575b65bf98855491d6fe5212d0777ca316a
paused() view returns (bool)
false
symbol() view returns (string)
BSD
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)
walletMints(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
pause()
publicMint(uint256 numberOfTokens) payable
renounceOwnership()
safeMint(address to, uint256 numberOfTokens)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
MetadataUpdate(uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
EnforcedPause()
ExpectedPause()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)