Molly Dragon
Verified contract
Active on
Ethereum with 216 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 "Molly Dragon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21057049 | 2 months ago | | | 0 | 0.00027415939 | |
| 20227748 | 5 months ago | | | 0 | 0.00036017802 | |
| 20164641 | 6 months ago | | | 0 | 0.00016187870 | |
| 19657762 | 8 months ago | | | 0 | 0.00043470879 | |
| 18893781 | a year ago | | | 0 | 0.00086101715 | |
| 18159071 | a year ago | | | 0 | 0.00046629705 | |
| 17333665 | 2 years ago | | | 0 | 0.0015725857 | |
| 17146653 | 2 years ago | | | 0 | 0.0017971010 | |
| 16924892 | 2 years ago | | | 0 | 0.0011189162 | |
| 16820439 | 2 years ago | | | 0 | 0.0017551770 |
ABI
ABI objects
Getter at block 21416643
baseLocked() view returns (bool)
false
currentSupply() view returns (uint256)
222
freeMintOpened() view returns (bool)
true
freeMinted() view returns (uint256)
158
marketOpened() view returns (bool)
true
maxSupply() view returns (uint256)
222
name() view returns (string)
Molly Dragon
owner() view returns (address)
0x17ed15ea125055e0234a0022f05a1d942d489877
revealed() view returns (bool)
true
symbol() view returns (string)
MollyDragon
totalSupply() view returns (uint256)
222
Read-only
balanceOf(address owner) view returns (uint256)
freeMintAccess(address) view returns (uint256)
freeMintLog(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFreeMintAmount(address _acc) view returns (uint256)
getFreeMintLog(address _acc) view returns (uint256)
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)
State-modifying
Events approve(address to, uint256 tokenId)
forceMint(uint256 number, address receiver)
freeMint(uint256 _amount, bytes signature)
lockBase()
openFreeMint()
openMarket()
ownerMint(uint256 number)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setFreeMintAccess(address _acc, uint256 _am)
setNotRevealedURI(string _notRevealedURI)
setWallet(address _newWallet)
stopFreeMint()
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.