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 "EggBabiez"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18712253 | a year ago | | | 0 | 0.00093836634 | |
| 18712210 | a year ago | | | 0 | 0.0015303939 | |
| 17772303 | a year ago | | | 0 | 0.00075526363 | |
| 17538971 | a year ago | | | 0 | 0.00068567503 | |
| 16870652 | 2 years ago | | | 0 | 0.00084857214 | |
| 16655933 | 2 years ago | | | 0 | 0.0032630567 | |
| 16436703 | 2 years ago | | | 0 | 0.0018570619 | |
| 16395513 | 2 years ago | | | 0.08 | 0.0013142735 | |
| 16395032 | 2 years ago | | | 0.08 | 0.0011577688 | |
| 16394786 | 2 years ago | | | 0.08 | 0.0014749603 |
ABI
ABI objects
Getter at block 21268141
MAX_MINTS() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
1281
baseURI() view returns (string)
ipfs://QmQd5zzhuCqyqQZkxMRgra1y6NTLNY5BZkU7JrjXLooosB/
mintRate() view returns (uint256)
80000000000000000
name() view returns (string)
EggBabiez
owner() view returns (address)
0x9e6b843ec6e341fe5e341919852d888fa284c3df
saleIsActive() view returns (bool)
false
symbol() view returns (string)
EGGB
totalSupply() view returns (uint256)
41
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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events altWithdraw(uint256 _amount, address _to)
approve(address to, uint256 tokenId)
freeHatch(uint256 quantity, address _to)
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)
setBaseURI(string newBaseURI)
setMaxMints(uint256 _max)
setPublicMintPrice(uint256 _price)
setSaleActive()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()