Metawin Cyber Edition
Verified contract
Active on
Base with 35,760 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 24 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22724391 | 4 minutes ago | | | 0 | 0.000055583409 | |
| 22723647 | 29 minutes ago | | | 0 | 0.000055583409 | |
| 22723348 | 39 minutes ago | | | 0 | 0.000081250453 | |
| 22722821 | an hour ago | | | 0 | 0.000055583409 | |
| 22722197 | an hour ago | | | 0 | 0.000055583409 | |
| 22721777 | 2 hours ago | | | 0 | 0.000081250453 | |
| 22721161 | 2 hours ago | | | 0 | 0.000055583409 | |
| 22720308 | 2 hours ago | | | 0 | 0.000055583409 | |
| 22720122 | 2 hours ago | | | 0 | 0.000081250453 | |
| 22719713 | 3 hours ago | | | 0 | 0.000055583409 |
ABI
ABI objects
Getter at block 22724511
name() view returns (string)
Metawin Cyber Edition
owner() view returns (address)
0x13503b622abc0bd30a7e9687057df6e8c42fb928
relayer() view returns (address)
0x13503b622abc0bd30a7e9687057df6e8c42fb928
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _tokenid) pure returns (string)
State-modifying
Events mint(address account, uint256 _id)
mintFromRelayer(address account, uint256 _id)
mintMultipleFromRelayer(address[] addresses, uint256[] _ids)
mintMultipleToAddresses(address[] addresses, uint256[] _ids)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)
setApprovalForAll(address operator, bool approved)
setRelayer(address _relayer)
setURI(string newuri)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Mint(address indexed account, uint256 id, uint256 amount)
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(address initialOwner, string _name, string _uri)
This contract contains no fallback and receive objects.
ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)
ERC1155InvalidApprover(address approver)
ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)
ERC1155InvalidOperator(address operator)
ERC1155InvalidReceiver(address receiver)
ERC1155InvalidSender(address sender)
ERC1155MissingApprovalForAll(address operator, address owner)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)