Genesis 2052 Passport
Verified contract
Active on
Ethereum with 1,360 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 "Genesis 2052 Passport"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19768072 | 7 months ago | | | 0 | 0.0012486604 | |
| 18094432 | a year ago | | | 0 | 0.00071322865 | |
| 17386551 | a year ago | | | 0 | 0.0018192407 | |
| 17366500 | a year ago | | | 0 | 0.0017471656 | |
| 17277790 | a year ago | | | 0 | 0.0018311868 | |
| 17186289 | 2 years ago | | | 0 | 0.0033451216 | |
| 16763377 | 2 years ago | | | 0 | 0.0015742121 | |
| 16755382 | 2 years ago | | | 0 | 0.0011852176 | |
| 16490312 | 2 years ago | | | 0 | 0.00033588340 | |
| 16309923 | 2 years ago | | | 0 | 0.00073010985 |
ABI
ABI objects
Getter at block 21201689
baseURI() view returns (string)
https://api.lostchildren.xyz/api/passports/
contractURI() view returns (string)
https://api.lostchildren.xyz/2052-passports-contract.json
name() view returns (string)
Genesis 2052 Passport
nextTokenId() view returns (uint256)
980
owner() view returns (address)
0x01e50c9227ace6ac1302463fd7984728d54d117c
signer() view returns (address)
0x23d885d916f2a3b50af81e5f0a88c00f7f0c602f
symbol() view returns (string)
205Z
totalSupply() view returns (uint256)
979
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)
royaltyInfo(uint256, uint256 value) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 id) view returns (string)
walletHasMinted(address) view returns (bool)
walletOfOwner(address _address) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mintPassport(uint8 v, bytes32 r, bytes32 s)
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)
setContractURI(string _contractURI)
setSigner(address _signer)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateRoyalties(address recipient, uint256 bps)
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.
MaxSupplyExceeded()
SignatureNotValid()
WalletAlreadyMinted()