MoonDicks
Verified contract
Active on
Ethereum with 6,866 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 "MoonDicks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20678389 | 2 months ago | | | 0 | 0.00043511129 | |
| 20369560 | 4 months ago | | | 0 | 0.00027760343 | |
| 20336522 | 4 months ago | | | 0 | 0.00027754406 | |
| 19974563 | 6 months ago | | | 0 | 0.00033882506 | |
| 19429190 | 8 months ago | | | 0 | 0.0027247042 | |
| 19386817 | 8 months ago | | | 0 | 0.0041163067 | |
| 19386096 | 8 months ago | | | 0 | 0.0034692892 | |
| 19166425 | 9 months ago | | | 0 | 0.00087680064 | |
| 19090092 | 10 months ago | | | 0 | 0.0010640987 | |
| 19037240 | 10 months ago | | | 0 | 0.0022365136 |
ABI
ABI objects
Getter at block 21210653
FREE_PER_WALLET() view returns (uint256)
2
MAX_PER_TX() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
6969
name() view returns (string)
MoonDicks
owner() view returns (address)
0xd2db49827ccc577aefe6710441ea75e7d3c3aab1
price() view returns (uint256)
4000000000000000
saleOpen() view returns (bool)
true
symbol() view returns (string)
DICK
totalSupply() view returns (uint256)
6969
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)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSale()
mint(uint256 _count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxFree(uint256 _supply)
setMaxSupply(uint256 _supply)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()