Goofy Oversized Optics People
Verified contract
Active on
Ethereum with 3,555 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc061…7f52
0xcc8a…e515
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GOOP | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21065942 | 14 days ago | | | 0 | 0.00091452286 | |
| 21038806 | 17 days ago | | | 0 | 0.00027531170 | |
| 20995996 | 23 days ago | | | 0 | 0.00043036233 | |
| 20932321 | a month ago | | | 0 | 0.00045009179 | |
| 20932153 | a month ago | | | 0 | 0.00043684633 | |
| 20864936 | a month ago | | | 0 | 0.00084466416 | |
| 20727499 | 2 months ago | | | 0 | 0.00011361099 | |
| 20612624 | 3 months ago | | | 0 | 0.000076295215 | |
| 20597040 | 3 months ago | | | 0 | 0.000082863354 | |
| 20596886 | 3 months ago | | | 0 | 0.00015621180 |
ABI
ABI objects
Getter at block 21163272
contractURI() view returns (string)
ipfs://QmSpknwdTjHF236Qi4BNNEQ5Z74j7CJW8GJhjF9KFAiuPH
descriptor() view returns (address)
0xc0617ea84a2305c6ef18fcd25e58895786fb7f52
isDescriptorLocked() view returns (bool)
false
isSeederLocked() view returns (bool)
false
max_tokens() view returns (uint256)
10000
mint_limit() view returns (uint256)
20
name() view returns (string)
Goofy Oversized Optics People
owner() view returns (address)
0xfb216faf1b1650c26b0cfdf879379ba46c3da66b
price() view returns (uint256)
36942000000000000
proxyRegistry() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
sale_active() view returns (bool)
true
seeder() view returns (address)
0xcc8a0fb5ab3c7132c1b2a0109142fb112c4ce515
symbol() view returns (string)
GOOP
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
customDescription(uint256) view returns (string)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
seeds(uint256) view returns (uint48 background, uint48 body, uint48 accessory, uint48 head, uint48 glasses)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
viewDescription(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 GOOPId)
lockDescriptor()
lockSeeder()
mint(uint256 num_tokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setContractURIHash(string newContractURIHash)
setCustomDescription(uint256 tokenId, string _description) returns (string)
setDescriptor(address _descriptor)
setSeeder(address _seeder)
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
DescriptorLocked()
DescriptorUpdated(address descriptor)
GOOPBurned(uint256 indexed tokenId)
GOOPCreated(uint256 indexed tokenId, struct IGOOPsSeederSeed seed)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SeederLocked()
SeederUpdated(address seeder)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.