Molly Secret Collection
Verified contract
Active on
Ethereum with 1,261 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
No balances found for "Molly Secret Collection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20352185 | 4 months ago | | | 0 | 0.00012185036 | |
| 20292471 | 5 months ago | | | 0 | 0.00016334530 | |
| 20254221 | 5 months ago | | | 0 | 0.000079199113 | |
| 19449202 | 8 months ago | | | 0 | 0.0020919533 | |
| 18911029 | a year ago | | | 0 | 0.00023064999 | |
| 18902722 | a year ago | | | 0 | 0.00061197434 | |
| 18487336 | a year ago | | | 0 | 0.0011346495 | |
| 18159033 | a year ago | | | 0 | 0.00020101992 | |
| 17996277 | a year ago | | | 0 | 0.00055931993 | |
| 17508944 | a year ago | | | 0 | 0.00067336747 |
ABI
ABI objects
Getter at block 21301905
MAX_FREE() view returns (uint256)
488
MAX_PRESALE() view returns (uint256)
200
baseLocked() view returns (bool)
false
currentSupply() view returns (uint256)
888
freeMintOpened() view returns (bool)
true
freeMinted() view returns (uint256)
447
getSaleStatus() view returns (uint8)
2
marketOpened() view returns (bool)
true
maxPerWallet() view returns (uint256)
3
maxSupply() view returns (uint256)
888
name() view returns (string)
Molly Secret Collection
owner() view returns (address)
0x17ed15ea125055e0234a0022f05a1d942d489877
presaleCount() view returns (uint256)
200
presalePrice() view returns (uint256)
75000000000000000
revealed() view returns (bool)
true
salePrice() view returns (uint256)
100000000000000000
symbol() view returns (string)
MOLLYSECRET
totalSupply() view returns (uint256)
888
workflow() view returns (uint8)
2
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)
presaleMintLog(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] addresses)
approve(address to, uint256 tokenId)
forceMint(uint256 number, address receiver)
freeMint(uint256 _amount, bytes signature)
lockBase()
openFreeMint()
openMarket()
ownerMint(uint256 number)
pauseSale()
presaleMint(uint256 amount, bytes signature) payable
publicSaleMint(uint256 amount) payable
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)
setMaxPerWallet(uint256 _amount)
setMaxPresale(uint256 _amount)
setNotRevealedURI(string _notRevealedURI)
setPresaleAddress(address _newAddress)
setPresalePrice(uint256 _newPrice)
setSalePrice(uint256 _newPrice)
setUpBefore()
setUpPresale()
setUpSale()
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.