Dapper Dinos
Verified contract
Active on
Ethereum with 14,548 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2.18)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BSKT | ERC-20 | 1M | $0.000002 |
$2.18 | |
DINO | ERC-721 | 1 | -- | -- | |
DINO | ERC-721 | 1 | -- | -- | |
SAPS | ERC-721 | 1 | -- | -- | |
0x8b0f…37a4 | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21143174 | 4 days ago | | | 0 | 0.0015603171 | |
| 21106001 | 9 days ago | | | 0 | 0.00018590969 | |
| 21067438 | 14 days ago | | | 0 | 0.00044490097 | |
| 21050620 | 17 days ago | | | 0 | 0.00019527116 | |
| 21040871 | 18 days ago | | | 0 | 0.00024404319 | |
| 21034408 | 19 days ago | | | 0 | 0.00054213354 | |
| 21017875 | 21 days ago | | | 0 | 0.00029129250 | |
| 21017531 | 21 days ago | | | 0 | 0.00029738325 | |
| 21010543 | 22 days ago | | | 0 | 0.00033243661 | |
| 21009131 | 22 days ago | | | 0 | 0.00040518377 |
ABI
ABI objects
Getter at block 21169694
_paused() view returns (bool)
true
_reserved() view returns (uint256)
2371
getPrice() view returns (uint256)
55500000000000000
name() view returns (string)
Dapper Dinos
owner() view returns (address)
0xddc7e40b94dee1a52149c99b12130d5d05b06bc1
symbol() view returns (string)
DINO
totalSupply() view returns (uint256)
9997
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
giveAway(address _to, uint256 _amount)
mint(uint256 num) payable
pause(bool val)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPrice(uint256 _newPrice)
setReserved(uint256 _newReserved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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.