UASIS CORP
Verified contract
Active on
Ethereum with 602 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 "UASIS CORP"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20608070 | 4 months ago | | | 0 | 0.000050277003 | |
| 19799755 | 7 months ago | | | 0 | 0.00018494088 | |
| 16676757 | 2 years ago | | | 0 | 0.00074514085 | |
| 16676427 | 2 years ago | | | 0 | 0.00064815347 | |
| 16676415 | 2 years ago | | | 0 | 0.0011178464 | |
| 16589964 | 2 years ago | | | 0 | 0.0010289905 | |
| 16496247 | 2 years ago | | | 0 | 0.00074785222 | |
| 16484522 | 2 years ago | | | 0 | 0.00088512695 | |
| 16405802 | 2 years ago | | | 0 | 0.0013563651 | |
| 16179776 | 2 years ago | | | 0 | 0.00034042190 |
ABI
ABI objects
Getter at block 21387206
MAX_SUPPLY() view returns (uint256)
8888
mintIndex() view returns (uint256)
386
name() view returns (string)
UASIS CORP
owner() view returns (address)
0x5a8277e2018ade937e1b4e57fa5fd186c48bdde8
signAddress() view returns (address)
0x6e041105a890e406c5e76cde81ad83231f7661f9
swapIndex() view returns (uint256)
0
symbol() view returns (string)
UASIS
totalTokensSupply() view returns (uint256)
14
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)
checkSwapSignature(address wallet, uint256 tokenId, uint256 newTokenId, uint256 amount, uint256 newAmount, 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)
setURI(string newURI)
swapToken(uint256 tokenId, uint256 newTokenId, uint256 amount, uint256 newAmount, uint256 swapSignatureId, bytes signature)
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 newURI, address _signAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.