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 "Egg Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22665673 | 21 hours ago | | | 0 | 0.0000056288855 | |
| 22655582 | a day ago | | | 0 | 0.0000048112952 | |
| 22563367 | 3 days ago | | | 0 | 0.0000050778186 | |
| 22543885 | 4 days ago | | | 0 | 0.0000056323882 | |
| 22530690 | 4 days ago | | | 0 | 0.0000023427734 | |
| 22316840 | 9 days ago | | | 0 | 0.0000056317729 | |
| 22300165 | 9 days ago | | | 0 | 0.0000010821514 | |
| 22178426 | 12 days ago | | | 0 | 0.0000029923593 | |
| 22178341 | 12 days ago | | | 0 | 0.0000028197693 | |
| 22077355 | 14 days ago | | | 0 | 0.0000056323882 |
ABI
ABI objects
Getter at block 22703001
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://bafybeigjwurpvlzipmm47gtca2ukrgbkc7h5bevuitnw6esdmqmqjkuqse/
cost() view returns (uint256)
0
maxMintAmount() view returns (uint256)
120
maxSupply() view returns (uint256)
5000
name() view returns (string)
Egg Pass
owner() view returns (address)
0x5fe4ab677b26ee47c3fac6cbada84fb7ecec8602
paused() view returns (bool)
false
symbol() view returns (string)
EGS
totalSupply() view returns (uint256)
689
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[])
whitelisted(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address _to, uint256 _mintAmount) payable
pause(bool _state)
removeWhitelistUser(address _user)
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 _newCost)
setmaxMintAmount(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistUser(address _user)
withdraw() 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(string _name, string _symbol, string _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.