Project Godjira Genesis
Verified contract
Active on
Ethereum with 2,268 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 "Project Godjira Genesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21319816 | a day ago | | | 0 | 0.00069264995 | |
| 21307351 | 3 days ago | | | 0 | 0.00045439081 | |
| 21227546 | 14 days ago | | | 0 | 0.00029829143 | |
| 20907311 | 2 months ago | | | 0 | 0.00094700948 | |
| 20850019 | 2 months ago | | | 0 | 0.00021413530 | |
| 20850012 | 2 months ago | | | 0 | 0.00020243407 | |
| 20838582 | 2 months ago | | | 0 | 0.0010906839 | |
| 20829475 | 2 months ago | | | 0 | 0.0017761294 | |
| 20814864 | 2 months ago | | | 0 | 0.0010598154 | |
| 20799880 | 2 months ago | | | 0 | 0.00087268527 |
ABI
ABI objects
Getter at block 21327521
baseTokenURI() view returns (string)
https://godjira-gen-metadata.s3.amazonaws.com/
name() view returns (string)
Project Godjira Genesis
nftOwner() view returns (address)
0xfeb8f9609c677dc57731b1e940fe2ad8faa6b169
oldGenesis() view returns (address)
0x495f947276749ce646f68ac8c248420045cb7b5e
owner() view returns (address)
0x3b0c7fb36ccf7bb203e5126b2192371af91831bf
symbol() view returns (string)
PGG
tokenIdTracker() view returns (uint256)
0
totalSupply() view returns (uint256)
333
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)
tokenToOpenseaMap(uint256) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claim(uint256[] _tokenIds)
editOpenseaToken(uint256 index, uint256 token)
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)
setOldGenesis(address _oldGenesis)
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)
Claim(uint256[] tokenIds)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetBaseTokenURI(string baseTokenURI)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _baseURI, address _oldGenesis, uint256[] tokens)
This contract contains no fallback and receive objects.
This contract contains no error objects.