your mom
Verified contract
Active on
Ethereum with 10,547 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 "your mom"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20670731 | 2 months ago | | | 0 | 0.00019071703 | |
| 20537603 | 3 months ago | | | 0 | 0.00016350301 | |
| 19915511 | 6 months ago | | | 0 | 0.00042990310 | |
| 19885953 | 6 months ago | | | 0 | 0.00014982897 | |
| 19868463 | 6 months ago | | | 0 | 0.00050302474 | |
| 19826791 | 6 months ago | | | 0 | 0.00022580381 | |
| 19815310 | 6 months ago | | | 0 | 0.00020895962 | |
| 19815308 | 6 months ago | | | 0 | 0.00021308853 | |
| 19800004 | 6 months ago | | | 0 | 0.00010729079 | |
| 19780037 | 6 months ago | | | 0 | 0.00021714706 |
ABI
ABI objects
Getter at block 21162680
maxFreePerWallet() view returns (uint256)
2
maxPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
10000
mintEnabled() view returns (bool)
true
name() view returns (string)
your mom
owner() view returns (address)
0x3d92bf26e1750adbd1bcfb5ce964425de1abc912
price() view returns (uint256)
4000000000000000
symbol() view returns (string)
mom
totalFree() view returns (uint256)
10000
totalSupply() view returns (uint256)
10000
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 uri)
setFreeAmount(uint256 amount)
setPrice(uint256 _newPrice)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()