UASIS METASPACE APPAREL
Verified contract
Active on
Ethereum with 590 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($111.09)
Native
Value
$111.09
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.03 | $3,702.98 |
$111.09 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20320228 | 5 months ago | | | 0 | 0.00051978337 | |
| 18760866 | a year ago | | | 0 | 0.00052679178 | |
| 17525278 | a year ago | | | 0 | 0.00079449090 | |
| 16772766 | 2 years ago | | | 0 | 0.0017958196 | |
| 16652845 | 2 years ago | | | 0.01 | 0.0025010370 | |
| 16650009 | 2 years ago | | | 0.01 | 0.0056980687 | |
| 16585376 | 2 years ago | | | 0.01 | 0.0046325500 | |
| 16012679 | 2 years ago | | | 0 | 0.00076003324 | |
| 16008608 | 2 years ago | | | 0 | 0.00056121884 | |
| 15604945 | 2 years ago | | | 0 | 0.00037537092 |
ABI
ABI objects
Getter at block 21325909
mintIndex() view returns (uint256)
556
name() view returns (string)
UASIS METASPACE APPAREL
owner() view returns (address)
0x5a8277e2018ade937e1b4e57fa5fd186c48bdde8
symbol() view returns (string)
UMA
tokensSupply() view returns (uint256)
17
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
checkMintSignature(address wallet, uint256 price, uint256 tokenId, uint256 amount, uint256 signatureId, bytes signature) pure returns (address)
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
mint(uint256 price, uint256 tokenId, uint256 amount, uint256 signatureId, bytes signature) payable
mintBatch(uint256 tokenId, address[] to, uint256[] amounts)
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)
setSigner(address signer)
setURI(string newURI)
transferOwnership(address newOwner)
withdraw()
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, address signer)
This contract contains no fallback and receive objects.
This contract contains no error objects.