Loom Token
Verified contract
Active on
Ethereum with 128,405 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 72.98K | $1.001 |
$73,052.98 | |
LOOM | ERC-20 | 145.272399K | $0.063709 |
$9,255.16 | |
LOOM | ERC-20 | 121.44416K | $0.064212 |
$7,798.17 | |
HQG | ERC-20 | 0.0002 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245360 | an hour ago | | | 0 | 0.00038582965 | |
| 21245270 | an hour ago | | | 0 | 0.00081648175 | |
| 21245246 | an hour ago | | | 0 | 0.00043252001 | |
| 21245225 | an hour ago | | | 0 | 0.00051430579 | |
| 21245219 | an hour ago | | | 0 | 0.00042134212 | |
| 21245211 | an hour ago | | | 0 | 0.00043336549 | |
| 21245139 | 2 hours ago | | | 0 | 0.00096060221 | |
| 21245136 | 2 hours ago | | | 0 | 0.00079326236 | |
| 21245111 | 2 hours ago | | | 0 | 0.0012025436 | |
| 21245029 | 2 hours ago | | | 0 | 0.00074425581 |
ABI
ABI objects
Getter at block 21245589
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
INITIAL_SUPPLY() view returns (uint256)
1000000000
MINTER_ROLE() view returns (bytes32)
0xf0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc9
decimals() view returns (uint8)
18
name() view returns (string)
Loom Token
symbol() view returns (string)
LOOM
totalSupply() view returns (uint256)
1300000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _tokenSwap)
This contract contains no fallback and receive objects.
This contract contains no error objects.