Verse Works
Verified contract
Active on
Ethereum with 370 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 "Verse Works"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21028588 | a month ago | | | 0 | 0.00043011760 | |
| 20850926 | 2 months ago | | | 0 | 0.00024854419 | |
| 20814797 | 2 months ago | | | 0 | 0.0010132187 | |
| 20714696 | 2 months ago | | | 0 | 0.00042187359 | |
| 20714670 | 2 months ago | | | 0 | 0.00053238349 | |
| 20681413 | 2 months ago | | | 0 | 0.0010044361 | |
| 20613032 | 3 months ago | | | 0 | 0.00012307180 | |
| 20587321 | 3 months ago | | | 0 | 0.000024363802 | |
| 20576081 | 3 months ago | | | 0 | 0.000040246564 | |
| 19921786 | 6 months ago | | | 0 | 0.00047185600 |
ABI
ABI objects
Getter at block 21218344
baseUri() view returns (string)
https://0prod.infura-ipfs.io/ipfs/
name() view returns (string)
Verse Works
owner() view returns (address)
0xb5e72e204733c03cc75114973dae6f3a0f9ac75f
totalSupply() view returns (uint256)
291
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
balances(uint256, address) view returns (uint256)
cids(uint256) view returns (string)
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 tokenId, uint256 value) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 id) view returns (string)
State-modifying
Events _doSafeTransferAcceptanceCheck(address operator, address from, address to, uint256 id, uint256 amount, bytes data)
batchMintWithCreator(address to, address[] creators, uint256[] tokenIds, string[] tokenCids, address[] royaltyRecipients, uint256[] royaltyValues)
mint(address account, uint256 id, uint256 amount, string cid, address royaltyRecipient, uint256 royaltyValue)
mintBatch(address to, uint256[] ids, uint256[] amounts, string[] tokenCids, address[] royaltyRecipients, uint256[] royaltyValues)
mintWithCreator(address creator, address to, uint256 tokenId, string cid, address royaltyRecipient, uint256 royaltyValue)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setCID(uint256 tokenId, string cid)
setRoyalties(uint256 tokenId, address royaltyRecipient, uint256 royaltyValue)
setURI(string newuri)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string uri_)
This contract contains no fallback and receive objects.
This contract contains no error objects.