OmniEggs
Verified contract
Proxy
Active on
Ethereum with 731 txns
Unified storage
Map
Table
Raw
Constants and immutables
6
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 99999 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "OmniEggs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20138930 | 5 months ago | | | 0 | 0.00036648672 | |
| 18244163 | a year ago | | | 0 | 0.00027971120 | |
| 17060346 | 2 years ago | | | 0 | 0.00075855533 | |
| 17060345 | 2 years ago | | | 0 | 0.00074927871 | |
| 17060345 | 2 years ago | | | 0 | 0.00074713332 | |
| 17006946 | 2 years ago | | | 0 | 0.0010052496 | |
| 16686648 | 2 years ago | | | 0 | 0.0018202456 | |
| 16584594 | 2 years ago | | | 0 | 0.0019943846 | |
| 16583794 | 2 years ago | | | 0 | 0.0015227243 | |
| 16495968 | 2 years ago | | | 0 | 0.00074263445 |
ABI
ABI objects
Getter at block 21189686
MAX_MULTIMINT() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
4269
MINT_LIMIT_PER_WALLET() view returns (uint256)
20
implementation() view returns (address)
0x43955024b1985e2b933a59021500ae5f55b04091
saleIsActive() view returns (bool)
true
totalSupply() view returns (uint256)
4269
__owner() view returns (address)
0x74ea90bf935a32efe0117a6df75d75be0ee1d69c
advancedConfig() view returns (uint16 royaltyBps, string uriBase, string uriExtension, bool hasTransferHook)
(royaltyBps=1000, uriBase=ipfs://bafybeibje2abmpqrqad4yrmc4iwompzrcioflqgdvtn7z4gfjvxhy5xnrm/, uriExtension=, hasTransferHook=false)
deployedBlock() view returns (uint256)
13650723
name() view returns (string)
OmniEggs
owner() view returns (address)
0x74ea90bf935a32efe0117a6df75d75be0ee1d69c
symbol() view returns (string)
EGGS
totalSupply() view returns (uint256)
4269
Read-only
allowedMintCount(address minter) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
__exists(uint256 tokenId) view returns (bool)
__isApprovedForAll(address _owner, address operator) view returns (bool)
__isApprovedOrOwner(address spender, uint256 tokenId) view returns (bool)
__tokenURI(uint256 tokenId) view returns (string)
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)
royaltyInfo(uint256, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events mint(uint256 count)
setBaseURI(string customBaseURI_)
setSaleIsActive(bool saleIsActive_)
withdraw()
__burn(uint256 tokenId)
__mint(address to, uint256 tokenId)
__setBaseURI(string uriBase, string uriExtension)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
initialize(address newOwner, string _name, string _symbol, struct ConfigSettings settings)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
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(address baseFactory, string customBaseURI_)
fallback()
receive()
This contract contains no error objects.