Dope Dinos
Verified contract
Active on
Ethereum with 222 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 "Dope Dinos"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17047521 | 2 years ago | | | 0 | 0.00065509945 | |
| 16930234 | 2 years ago | | | 0 | 0.0015460681 | |
| 16194851 | 2 years ago | | | 0 | 0.00057159944 | |
| 15423954 | 2 years ago | | | 0 | 0.00045552936 | |
| 14885599 | 2 years ago | | | 0 | 0.0028715427 | |
| 14561489 | 3 years ago | | | 0 | 0.0019289101 | |
| 14561482 | 3 years ago | | | 0 | 0.0023649956 | |
| 14249646 | 3 years ago | | | 0 | 0.0016394399 | |
| 14244560 | 3 years ago | | | 0 | 0.0013281419 | |
| 14213975 | 3 years ago | | | 0 | 0.0068094571 |
ABI
ABI objects
Getter at block 21191507
MAX_DINOS() view returns (uint256)
9120
dinoPrice() view returns (uint256)
40000000000000000
maxDinoPurchase() view returns (uint256)
20
name() view returns (string)
Dope Dinos
owner() view returns (address)
0x28033df10c84ed9585e0a680605fc0eaa024f8a2
saleStartTimestamp() view returns (uint256)
1529955500
symbol() view returns (string)
DOPEDINOS
totalSupply() view returns (uint256)
220
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)
State-modifying
Events approve(address to, uint256 tokenId)
lockChanges()
mintDinos(uint256 numberOfTokens) payable
renounceOwnership()
reserveDinos(uint256 num)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setNumAvailable(uint256 num)
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 name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.