Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($225,547.50)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 67.126423 | $3,314.21 |
$222,471.06 | |
GALA | ERC-20 | 106.532861K | $0.028452 |
$3,031.09 | |
USDC | ERC-20 | 45.306361 | $1.001 |
$45.35 | |
BICO | ERC-20 | 300K | -- | -- | |
GALA | ERC-20 | 106.532861K | -- | -- | |
TOWN | ERC-20 | 5.06005K | -- | -- | |
HQG | ERC-20 | 0.02 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21240894 | 11 hours ago | | | 0 | 0.00044499000 | |
| 21240894 | 11 hours ago | | | 0 | 0.00041076000 | |
| 21240892 | 11 hours ago | | | 0 | 0.00041076000 | |
| 21240891 | 11 hours ago | | | 0 | 0.00041076000 | |
| 21240889 | 11 hours ago | | | 0 | 0.00041076000 | |
| 21240885 | 11 hours ago | | | 0 | 0.00041076000 | |
| 21240884 | 11 hours ago | | | 0 | 0.00041076000 | |
| 21240883 | 11 hours ago | | | 0 | 0.00045972665 | |
| 21240882 | 11 hours ago | | | 0 | 0.00066729000 | |
| 21240880 | 11 hours ago | | | 0 | 0.00044499000 |
ABI
ABI objects
Getter at block 21244243
owner() view returns (address)
0x0d24de9dccd263b310b7809283786c58d1f6a667
Read-only
allowance(address _owner, address _spender, uint256 _id) view returns (uint256)
balanceOf(address _owner, uint256 _id) view returns (uint256)
balanceOfBatch(address[] _owners, uint256[] _ids) view returns (uint256[])
getNonFungibleBaseType(uint256 _id) pure returns (uint256)
getNonFungibleIndex(uint256 _id) pure returns (uint256)
isApprovedForAll(address _owner, address _operator) view returns (bool)
isFungible(uint256 _id) pure returns (bool)
isNonFungible(uint256 _id) pure returns (bool)
isNonFungibleBaseType(uint256 _id) pure returns (bool)
isNonFungibleItem(uint256 _id) pure returns (bool)
maxIndex(uint256) view returns (uint256)
ownerOf(uint256 _id) view returns (address)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenSupply(uint256) view returns (uint256)
tokenSupplyLimit(uint256) view returns (uint256)
State-modifying
Events approveBatch(address _spender, uint256[] _ids, uint256[] _currentValues, uint256[] _values)
batchAuthorizeCreators(address[] _addresses)
batchDeauthorizeCreators(address[] _addresses)
burn(address _from, uint256[] _ids, uint256[] _values)
create(string _uri, bool _isNF) returns (uint256 _type)
mintFungible(uint256 _id, address[] _to, uint256[] _quantities, bytes _data)
mintNonFungible(uint256 _type, address[] _to, bytes _data)
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)
setNewUri(string _uri, uint256 _id)
setSupplyLimit(uint256 _typeOrId, uint256 _supplyLimit)
Approval(address indexed _owner, address indexed _spender, uint256 indexed _id, uint256 _oldValue, uint256 _value)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
Creator(address _creator)
SupplyLimit(uint256 indexed _id, uint256 _supplyLimit)
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.