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 "Eggs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18921663 | a year ago | | | 0 | 0.0011872914 | |
| 18917746 | a year ago | | | 0 | 0.00029242756 | |
| 18066628 | a year ago | | | 0 | 0.00024564229 | |
| 16702973 | 2 years ago | | | 0 | 0.00091709846 | |
| 16399996 | 2 years ago | | | 0.0276 | 0.0042702036 | |
| 16373600 | 2 years ago | | | 0 | 0.00083609845 | |
| 16355223 | 2 years ago | | | 0 | 0.00069340807 | |
| 16301884 | 2 years ago | | | 0 | 0.00048273997 | |
| 16301704 | 2 years ago | | | 0 | 0.00078811921 | |
| 16301400 | 2 years ago | | | 0 | 0.00089527036 |
ABI
ABI objects
Getter at block 21218969
_baseURL() view returns (string)
https://eggs.cumming.wtf/metadata/
_provenanceHash() view returns (string)
feeReceiver() view returns (address)
0x58759ae6c8637c7d44022b11019837897e8f9e4e
isMintOpen() view returns (bool)
true
maxSupply() view returns (uint256)
4646
mintValue() view returns (uint256)
6900000000000000
name() view returns (string)
Eggs
owner() view returns (address)
0xf0da2f584c6c018e5c8d603878d049a8e295e14f
symbol() view returns (string)
EGS
totalSupply() view returns (uint256)
777
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)
burn(uint256 tokenId)
flipMintState()
mint(uint256 amount) payable
renounceOwnership()
reservedMint(uint256 amount, address recipient)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURL(string newBaseURI)
setFeeReceiver(address newFeeReceiver)
setMaxSupply(uint256 newMaxSupply)
setMintValue(uint256 newMintValue)
setProvenanceHash(string newProvenanceHash)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.