Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Spirit | ERC-20 | 174.409254 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21126602 | 4 days ago | | | 0 | 0.00052569540 | |
| 21014138 | 20 days ago | | | 0 | 0.00031472946 | |
| 20995625 | 23 days ago | | | 0 | 0.00030605969 | |
| 20910433 | a month ago | | | 0 | 0.00027390551 | |
| 20880121 | a month ago | | | 0 | 0.0011957958 | |
| 20856302 | a month ago | | | 0 | 0.00015918779 | |
| 20614484 | 2 months ago | | | 0 | 0.00046048712 | |
| 20557583 | 3 months ago | | | 0 | 0.00039702433 | |
| 20381842 | 4 months ago | | | 0 | 0.00019368627 | |
| 20380554 | 4 months ago | | | 0 | 0.00034918596 |
ABI
ABI objects
Getter at block 21157920
decimals() view returns (uint8)
18
name() view returns (string)
Spirit
owner() view returns (address)
0x25349afeaec6469214d9fc03689ce67201817a36
receiver() view returns (address)
0xecb0aa364311e69195e154105c57dfc4b84381a5
symbol() view returns (string)
Spirit
totalSupply() view returns (uint256)
20000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
pairs(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setPairs(address[] addr, uint256 pairs_)
setReceiver(address account)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) 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(string name_, string symbol_, uint256 total, address to)
This contract contains no fallback and receive objects.
This contract contains no error objects.