Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0xKarafuru | ERC-721 | 1 | -- | -- | |
0xDoodleCat | ERC-721 | 1 | -- | -- | |
0xDoodleCat | ERC-721 | 1 | -- | -- | |
0xDoodleCat | ERC-721 | 1 | -- | -- | |
LC | ERC-721 | 1 | -- | -- | |
LC | ERC-721 | 1 | -- | -- | |
LC | ERC-721 | 1 | -- | -- | |
LC | ERC-721 | 1 | -- | -- | |
LC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20997926 | a month ago | | | 0 | 0.00021578911 | |
| 20698415 | 2 months ago | | | 0 | 0.00011758072 | |
| 20683206 | 2 months ago | | | 0 | 0.00016133700 | |
| 20644407 | 3 months ago | | | 0 | 0.000020486761 | |
| 20630389 | 3 months ago | | | 0 | 0.000051435487 | |
| 20586074 | 3 months ago | | | 0 | 0.000026073020 | |
| 20586047 | 3 months ago | | | 0 | 0.000027646264 | |
| 20475802 | 3 months ago | | | 0 | 0.00014288562 | |
| 20395540 | 4 months ago | | | 0 | 0.000074157523 | |
| 20292478 | 4 months ago | | | 0 | 0.00014986915 |
ABI
ABI objects
Getter at block 21204651 getFreeMinted() view returns (uint256)
MAX_PRESALE() view returns (uint256)
1111
baseLocked() view returns (bool)
false
currentSupply() view returns (uint256)
4444
getSaleStatus() view returns (uint8)
2
maxPerWallet() view returns (uint256)
1
maxSupply() view returns (uint256)
4444
name() view returns (string)
Molly
owner() view returns (address)
0x17ed15ea125055e0234a0022f05a1d942d489877
presaleCount() view returns (uint256)
1111
revealed() view returns (bool)
true
salePrice() view returns (uint256)
20000000000000000
symbol() view returns (string)
MOLLY
totalSupply() view returns (uint256)
4444
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)
lockBase()
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)
setSalePrice(uint256 _newPrice)
setUpBefore()
setUpPresale()
setUpSale()
setWallet(address _newWallet)
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.