Finiliar-egg
Verified contract
Active on
Ethereum with 2,951 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 "Finiliar-egg"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17158015 | 2 years ago | | | 0 | 0.0024744110 | |
| 16771096 | 2 years ago | | | 0 | 0.0031520614 | |
| 16771088 | 2 years ago | | | 0 | 0.0033173778 | |
| 16689174 | 2 years ago | | | 0 | 0.0011728835 | |
| 16639190 | 2 years ago | | | 0 | 0.0013332857 | |
| 16564242 | 2 years ago | | | 0 | 0.0013632802 | |
| 16390609 | 2 years ago | | | 0 | 0.00082665124 | |
| 16367704 | 2 years ago | | | 0 | 0.00071190213 | |
| 16026671 | 2 years ago | | | 0 | 0.00086979610 | |
| 15981682 | 2 years ago | | | 0 | 0.00063733333 |
ABI
ABI objects
Getter at block 21313225
N2PLab_Minted() view returns (uint256)
0
N2PLab_RESERVED() view returns (uint256)
1972
name() view returns (string)
Finiliar-egg
owner() view returns (address)
0x28463d42aa6dd304b3f49e5881a009300d650ace
symbol() view returns (string)
FEGG
totalSupply() view returns (uint256)
17298
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)
mint(uint256 quantity)
mintReserved(address toaddress, uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()