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 |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000785 |
$0 | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22719229 | 15 hours ago | | | 0 | 2.8955574e-7 | |
| 22718685 | 15 hours ago | | | 0 | 2.8955574e-7 | |
| 22619925 | 3 days ago | | | 0 | 2.8399404e-7 | |
| 22615261 | 3 days ago | | | 0 | 8.1405793e-7 | |
| 22609046 | 3 days ago | | | 0 | 6.8910981e-7 | |
| 22605365 | 3 days ago | | | 0 | 8.1375883e-7 | |
| 22595255 | 3 days ago | | | 0 | 6.9192742e-7 | |
| 22482940 | 6 days ago | | | 0 | 4.6446300e-7 | |
| 22482695 | 6 days ago | | | 0 | 5.6180758e-7 | |
| 22482678 | 6 days ago | | | 0 | 4.8430827e-7 |
ABI
ABI objects
Getter at block 22745608
maxFreeSupply() view returns (uint256)
80000
maxPerFree() view returns (uint256)
10
maxPerTx() view returns (uint256)
500
maxSupply() view returns (uint256)
100000
name() view returns (string)
Based Egg
owner() view returns (address)
0x410832aa86be79a33fd61262884ccd64c036eb02
paused() view returns (bool)
false
price() view returns (uint256)
70000000000000
revealed() view returns (bool)
false
symbol() view returns (string)
EGG
totalSupply() view returns (uint256)
59612
uriSuffix() view returns (string)
.json
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
changePrice(uint256 _newPrice)
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)
setHiddenMetadataUri(string _hiddenMetadataUri)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setmaxFreeSupply(uint256 _maxFreeSupply)
setmaxPerFree(uint256 _maxPerFree)
setmaxPerTx(uint256 _maxPerTx)
setmaxSupply(uint256 _maxSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
treasuryMint(uint256 quantity)
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.