GoonzSchoolPhotos
Verified contract
Active on
Ethereum with 47,817 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 "GoonzSchoolPhotos"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21140605 | 3 days ago | | | 0 | 0.00025234031 | |
| 21130791 | 5 days ago | | | 0 | 0.00080720752 | |
| 21130789 | 5 days ago | | | 0 | 0.00079023031 | |
| 21121260 | 6 days ago | | | 0 | 0.00043787193 | |
| 21118571 | 6 days ago | | | 0 | 0.00018399177 | |
| 21118283 | 7 days ago | | | 0 | 0.00016663315 | |
| 21118150 | 7 days ago | | | 0 | 0.00016805264 | |
| 21111715 | 7 days ago | | | 0 | 0.00015866190 | |
| 21111550 | 7 days ago | | | 0 | 0.00015836360 | |
| 21111353 | 7 days ago | | | 0 | 0.00016318879 |
ABI
ABI objects
Getter at block 21164935
baseURI() view returns (string)
ipfs://QmWrwrTVwN1tRwHvbeV3eCMxYC5RLNyMvBx5HCEXujHMGH/
name() view returns (string)
GoonzSchoolPhotos
ogGoonzNFT() view returns (address)
0x0322f6f11a94cfb1b5b6e95e059d8deb2bf17d6a
owner() view returns (address)
0x19d38600e9912ffbbdc0007c7ed827b37bfef3ff
portalGoonz() view returns (address)
0xef87529ca9c67a849bd7013837fc42d4de92ca82
portalGoonzNFT() view returns (address)
0xef87529ca9c67a849bd7013837fc42d4de92ca82
realOwner() view returns (address)
0x19d38600e9912ffbbdc0007c7ed827b37bfef3ff
symbol() view returns (string)
CGSP
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address owner)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claim(uint256[] tokenIds)
initializeBulk(uint256 start_, uint256 end_, uint256 batchSize)
initializeBulkSimple(uint256 start_, uint256 end_)
initializeBulkTo(uint256 start_, uint256 end_, uint256 batchSize, address to_)
initializeToOwners(uint256 start_, uint256 end_)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newuri)
transferFrom(address from, address to, uint256 tokenId)
transferLowerOwnership(address newOwner)
transferOwnership(address newOwner)
transferRealOwnership(address newRealOwner)
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 fromAddress, address indexed toAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, address _ogGoonz, address _portalGoonz, string baseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.