THORSwap Token
Verified contract
Active on
Ethereum with 38,027 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($9,084.43)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
THOR | ERC-20 | 41.998253K | $0.215884 |
$9,066.75 | |
XRUNE | ERC-20 | 1.3K | $0.013597 |
$17.68 | |
RUNE | ERC-20 | 15 | -- | -- | |
HQG | ERC-20 | 0.0008 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157084 | an hour ago | | | 0 | 0.00074525198 | |
| 21156901 | 2 hours ago | | | 0 | 0.00096786281 | |
| 21155765 | 6 hours ago | | | 0 | 0.00075171392 | |
| 21154783 | 9 hours ago | | | 0 | 0.00048246581 | |
| 21154766 | 9 hours ago | | | 0 | 0.00053903890 | |
| 21154764 | 9 hours ago | | | 0 | 0.00065015874 | |
| 21153843 | 12 hours ago | | | 0 | 0.00065792860 | |
| 21153269 | 14 hours ago | | | 0 | 0.00075411805 | |
| 21153197 | 14 hours ago | | | 0 | 0.00066539732 | |
| 21153152 | 14 hours ago | | | 0 | 0.00060379811 |
ABI
ABI objects
Getter at block 21157447
DOMAIN_SEPARATOR() view returns (bytes32)
0x48522d01f6eb41c2ab2b2e91e3f7ac311d3460a7a6ae46cafb91a59a78707470
decimals() view returns (uint8)
18
name() view returns (string)
THORSwap Token
owner() view returns (address)
0x8f692d7abc6cdf567571276f76112ec9a01de309
symbol() view returns (string)
THOR
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct ThorTokenCheckpoint)
delegates(address account) view returns (address)
getCurrentVotes(address account) view returns (uint96)
getPastTotalSupply(uint256 blockNumber) view returns (uint256)
getPastVotes(address account, uint256 blockNumber) view returns (uint256)
getPriorVotes(address account, uint256 blockNumber) view returns (uint96)
getVotes(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.