Hitchhikerofstar
Verified contract
Active on
Ethereum with 2,107 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($40.17)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 40.13282 | $1.001 |
$40.17 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17513129 | a year ago | | | 0 | 0.0015543375 | |
| 17489583 | a year ago | | | 0 | 0.00073933036 | |
| 17419530 | a year ago | | | 0 | 0.0020155875 | |
| 17410951 | a year ago | | | 0 | 0.0021955875 | |
| 17377619 | a year ago | | | 0 | 0.0017994841 | |
| 17377618 | a year ago | | | 0 | 0.0025457256 | |
| 17368151 | a year ago | | | 0 | 0.0015543375 | |
| 17356472 | a year ago | | | 0 | 0.0021955875 | |
| 17327704 | a year ago | | | 0 | 0.0027367797 | |
| 17234455 | a year ago | | | 0 | 0.0079300211 |
ABI
ABI objects
Getter at block 21159941
owner() view returns (address)
0x91d62fb5f6da749fe520f32b7f411f277098f8b1
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
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(address account, uint256 id, uint256 amount, bytes data)
mintBatch(address to, uint256[] ids, uint256[] amounts, bytes data)
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)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.