Project Godjira Generation 2
Verified contract
Active on
Ethereum with 14,674 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 Generation 2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270378 | 2 days ago | | | 0 | 0.00021536492 | |
| 21106612 | 25 days ago | | | 0 | 0.00010143000 | |
| 21103289 | a month ago | | | 0 | 0.000099957962 | |
| 21103285 | a month ago | | | 0 | 0.00010378226 | |
| 21101439 | a month ago | | | 0 | 0.00028210100 | |
| 21090549 | a month ago | | | 0 | 0.00012361948 | |
| 21090548 | a month ago | | | 0 | 0.00012597830 | |
| 21074222 | a month ago | | | 0 | 0.00020425809 | |
| 21043709 | a month ago | | | 0 | 0.0010845209 | |
| 21030032 | a month ago | | | 0 | 0.00055589553 |
ABI
ABI objects
Getter at block 21286233
CORE_TEAM_ADDRESS() view returns (address)
0xc79b099e83f6ecc8242f93d35782562b42c459f3
FOUNDER_JAMIE_ADDRESS() view returns (address)
0x2dfa24018e419ea8453190155434d35328a8c6d8
FOUNDER_SHAN_ADDRESS() view returns (address)
0xad7bbe006c8d919ffcf6148b227bb692f7d1fbc7
baseTokenURI() view returns (string)
https://pgmetadata.s3.eu-north-1.amazonaws.com/Gen2/
gen2Sale() view returns (address)
0x17cbabee420494ad46bb53618793aad0a7fdcdd5
name() view returns (string)
Project Godjira Generation 2
owner() view returns (address)
0x3b0c7fb36ccf7bb203e5126b2192371af91831bf
symbol() view returns (string)
PGG2
totalSupply() view returns (uint256)
3333
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)
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)
setGen2Sale(address _gen2Sale)
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)
SetBaseTokenURI(string baseTokenURI)
SetGen2Sale(address _gen2Sale)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string baseToken_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()