gameboy girl by tinysoul
Unverified contract
Proxy
Active on
Ethereum with 92 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "gameboy girl by tinysoul"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21220488 | 7 hours ago | | | 0 | 0.00049667382 | |
| 21220486 | 7 hours ago | | | 0 | 0.00066788196 | |
| 21220473 | 7 hours ago | | | 0 | 0.00042661581 | |
| 21220473 | 7 hours ago | | | 0 | 0.00067998102 | |
| 21220457 | 7 hours ago | | | 0 | 0.00043648458 | |
| 21220457 | 7 hours ago | | | 0 | 0.00072069302 | |
| 21219533 | 10 hours ago | | | 0 | 0.00038038083 | |
| 21219533 | 10 hours ago | | | 0 | 0.00061397332 | |
| 21219532 | 10 hours ago | | | 0 | 0.00038450297 | |
| 21219530 | 10 hours ago | | | 0 | 0.00050520852 |
ABI
ABI objects
Getter at block 21222509
_baseUri() view returns (string)
ipfs://bafybeih5dnt7okoooxqtvdxf26bykpuiczeuta3qcew37lbjsq23y3wbz4
_name() view returns (string)
gameboy girl by tinysoul
artistName() view returns (string)
creator() view returns (address)
0x64b92b7ddcf04dcb7ac655e8424fb8f234430262
files() view returns (string[])
[]
gatewayManager() view returns (address)
0xe445fb0297f7d1f507df708185946210eb6a9de6
license() view returns (string)
mintingManager() view returns (address)
0xe445fb0297f7d1f507df708185946210eb6a9de6
name() view returns (string)
gameboy girl by tinysoul
owner() view returns (address)
0x64b92b7ddcf04dcb7ac655e8424fb8f234430262
projectDescription() view returns (string)
symbol() view returns (string)
totalSupply() view returns (uint256)
85
year() view returns (string)
Read-only
_balances(address) view returns (uint256)
_owners(uint256) view returns (address)
_payloads(uint256) view returns (string)
balanceOf(address owner) view returns (uint256)
fileContents(string fileName) view returns (bytes)
fileStorage(string fileName) view returns (address[])
getApproved(uint256 tokenId) view returns (address)
getPayload(uint256 tokenId) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 value) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addFile(string fileName, address[] fileStorageAddresses)
approve(address to, uint256 tokenId)
initialize(string uri_, address minter_, address gatewayManager_, string contractName_, uint256 royaltyValue_, address owner_)
mint(address to, uint256 tokenId)
mintBatch(address[] to, uint256[] tokenIds)
mintBatchWithPayload(address[] to, uint256[] tokenIds, string[] payloads)
mintWithPayload(address to, uint256 tokenId, string payload)
removeFile(string fileName)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setArtistName(string artistName_)
setCollectionName(string name_)
setDescription(string description_)
setGatewayManager(address gatewayManager_)
setLicense(string license_)
setMintingManager(address minter_)
setPayload(uint256 tokenId, string payload)
setRoyalties(address royaltyRecipient, uint256 royaltyValue)
setURI(string newuri)
setYear(string year_)
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)
MetadataUpdate(uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
FileAlreadyRegistered()
FileNotRegistered()