Cyberpop Gallery
Verified contract
Active on
Ethereum with 1,257 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc6d5…4ace
Balances ($0.00)
No balances found for "Cyberpop Gallery"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21123759 | 6 days ago | | | 0 | 0.0016059442 | |
| 20902767 | a month ago | | | 0 | 0.00013988202 | |
| 20896368 | a month ago | | | 0 | 0.00021251245 | |
| 20896339 | a month ago | | | 0 | 0.00034600376 | |
| 20753282 | 2 months ago | | | 0 | 0.000047571048 | |
| 20752318 | 2 months ago | | | 0 | 0.000044147265 | |
| 20737328 | 2 months ago | | | 0 | 0.00016228443 | |
| 20732366 | 2 months ago | | | 0 | 0.00010401481 | |
| 20732302 | 2 months ago | | | 0 | 0.00019245004 | |
| 20701999 | 2 months ago | | | 0 | 0.000087415381 |
ABI
ABI objects
Getter at block 21167698
baseUri() view returns (string)
https://us-central1-thing-1d2be.cloudfunctions.net/getThing?thingId=
id() view returns (uint256)
1676
isOwner() view returns (bool)
false
maker() view returns (address)
0x7485ac6d8534691993348d51ab0f131a19fff763
name() view returns (string)
Cyberpop Gallery
owner() view returns (address)
0x7485ac6d8534691993348d51ab0f131a19fff763
symbol() view returns (string)
ETH
totalSupply() view returns (uint256)
1651
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinter(address account) view returns (bool)
items(uint256) view returns (uint256 tokenId, uint256 price, string metaId, uint8 state)
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)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events addMinter(address account)
approve(address to, uint256 tokenId)
batchBurn(uint256[] tokenIds)
batchMint(address to, uint256 amountToMint, string metaId, uint256 setPrice, bool isForSale)
batchTransfer(address giver, address[] recipients, uint256[] values)
burn(uint256 tokenId)
buyThing(uint256 _tokenId) payable returns (bool)
destroyAndSend()
mintWithTokenURI(address to, uint256 tokenId, string tokenURI) returns (bool)
renounceMinter()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setTokenPrice(uint256[] ids, uint256 setPrice)
setTokenState(uint256[] ids, bool isEnabled)
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)
BatchBurned(string metaId, uint256[] ids)
BatchForSale(uint256[] ids, string metaId)
BatchTransfered(string metaId, address[] recipients, uint256[] ids)
Bought(uint256 tokenId, string metaId, uint256 value)
Destroy()
ErrorOut(string error, uint256 tokenId)
Minted(uint256 id, string metaId)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string uri, address fee, address creator)
This contract contains no fallback and receive objects.
This contract contains no error objects.