Sora Token
Verified contract
Active on
Ethereum with 75,832 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($36,469.61)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 9.893803 | $3,341.30 |
$33,058.16 | |
USDT | ERC-20 | 2.296497K | $1.001 |
$2,298.79 | |
XMON | ERC-20 | 1.126233 | $798.35 |
$899.13 | |
GLM | ERC-20 | 194.017517 | $0.360695 |
$69.98 | |
ORN | ERC-20 | 45 | $1.30 |
$58.5 | |
XOR | ERC-20 | 11.2043M | $0.000004 |
$49.07 | |
LINK | ERC-20 | 1 | $15.26 |
$15.26 | |
BAND | ERC-20 | 11 | $1.34 |
$14.74 | |
DXD | ERC-20 | 0.1 | $59.69 |
$5.97 | |
ORN | ERC-20 | 45 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243007 | 14 minutes ago | | | 0 | 0.00037722054 | |
| 21241339 | 6 hours ago | | | 0 | 0.00051173224 | |
| 21241221 | 6 hours ago | | | 0 | 0.00048788104 | |
| 21240146 | 10 hours ago | | | 0 | 0.00034402535 | |
| 21240093 | 10 hours ago | | | 0 | 0.00026358878 | |
| 21240036 | 10 hours ago | | | 0 | 0.00045850807 | |
| 21239882 | 11 hours ago | | | 0 | 0.00049267935 | |
| 21239725 | 11 hours ago | | | 0 | 0.00047848666 | |
| 21239502 | 12 hours ago | | | 0 | 0.00054145251 | |
| 21238665 | 15 hours ago | | | 0 | 0.00083623809 |
ABI
ABI objects
Getter at block 21243074
INITIAL_SUPPLY() view returns (uint256)
0
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
Sora Token
owner() view returns (address)
0xc08edf13be9b9cc584c5da8004ce7e6be63c1316
symbol() view returns (string)
XOR
totalSupply() view returns (uint256)
101742753624355828201642490950
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintTokens(address beneficiary, uint256 amount)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.