The Egg Society
Verified contract
Active on
Ethereum with 5,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 "The Egg Society"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20998179 | 2 months ago | | | 0 | 0.00022766507 | |
| 19096437 | a year ago | | | 0 | 0.00054245182 | |
| 18910293 | a year ago | | | 0 | 0.00044093264 | |
| 18888962 | a year ago | | | 0 | 0.0010670524 | |
| 18868764 | a year ago | | | 0 | 0.00071179809 | |
| 18858676 | a year ago | | | 0 | 0.00047623024 | |
| 18772490 | a year ago | | | 0 | 0.0012252901 | |
| 18549104 | a year ago | | | 0 | 0.0013043184 | |
| 18376110 | a year ago | | | 0 | 0.00017585297 | |
| 18374873 | a year ago | | | 0 | 0.00030820634 |
ABI
ABI objects
Getter at block 21388938
UnrevealedURI() view returns (string)
ipfs://QmfE93u9r3DJHh6CAogmg9Zf7MAFvj2fVowwvE4VFLQJgw
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmbHAScENaCP8LN6AoJgLGFj3ayE3ybNtYr1VAYSoVVBsb/
maxPublic() view returns (uint256)
2
maxSupply() view returns (uint256)
8888
maxWhitelist() view returns (uint256)
3
merkleRoot() view returns (bytes32)
0x23bac6628d0c2b90d920f9757f645ce0e358302c376d72ba9590c2acfea8c205
name() view returns (string)
The Egg Society
owner() view returns (address)
0x0c66e38f37c76dfa6245e3e7da3adff7d23ba217
paused() view returns (bool)
false
publicCost() view returns (uint256)
0
revealed() view returns (bool)
true
symbol() view returns (string)
TES
totalSupply() view returns (uint256)
8888
whitelistCost() view returns (uint256)
0
whitelistEnabled() view returns (bool)
false
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)
whitelistClaimed(address) view returns (uint256)
State-modifying
Events Giveaway(address _address, uint256 quantity)
approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _whitelistCost, uint256 _publicCost)
setMax(uint256 _whitelist, uint256 _public)
setMerkleRoot(bytes32 _merkleRoot)
setPaused(bool _state)
setRevealed(bool _state)
setUnrevealedUri(string _UnrevealedUri)
setWhitelistEnabled(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 quantity, bytes32[] _merkleProof) payable
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(string _name, string _symbol, string _initBaseURI, string _UnrevealedURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.