Mighty Dinos
Verified contract
Active on
Ethereum with 1,012 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Mighty Dinos"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19445200 | 8 months ago | | | 0 | 0.0032400461 | |
| 18903924 | a year ago | | | 0 | 0.00057287453 | |
| 18900529 | a year ago | | | 0 | 0.00089744375 | |
| 18869467 | a year ago | | | 0 | 0.00081701096 | |
| 18830047 | a year ago | | | 0 | 0.0024090621 | |
| 17035509 | 2 years ago | | | 0 | 0.00057351644 | |
| 16958829 | 2 years ago | | | 0 | 0.00091631126 | |
| 16958478 | 2 years ago | | | 0 | 0.00091762749 | |
| 16784364 | 2 years ago | | | 0 | 0.0016727887 | |
| 16586759 | 2 years ago | | | 0 | 0.0016450914 |
ABI
ABI objects
Getter at block 21264809
MAX_SUPPLY() view returns (uint256)
10000
baseURI() view returns (string)
folder() view returns (string)
QmVUiLumZvKCwF6un5TF3g2Bm268xxaurbTn3pHnW7SZqc
locked() view returns (bool)
false
maxPerTx() view returns (uint256)
100
mintPrice() view returns (uint256)
30000000000000000
name() view returns (string)
Mighty Dinos
open() view returns (bool)
true
owner() view returns (address)
0x78ed3ea73b77c7175f23409541ec5335e2971ee3
provenance() view returns (string)
provenanceURI() view returns (string)
symbol() view returns (string)
DINO
totalSupply() view returns (uint256)
2057
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPrice(uint256 quantity) view returns (uint256)
getQuantityFromValue(uint256 value) view returns (uint256)
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)
emergencyWithdraw()
lock()
mint(uint256 quantity) payable
ownerMint(uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setFolder(string _folder)
setIpfsURI(string _ipfsUri)
setMaxPerTx(uint256 max)
setMintPrice(uint256 price)
setOpen(bool shouldOpen)
setProvenance(string _provenance)
setProvenanceURI(string _provenanceURI)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.