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 |
---|---|---|---|---|---|
STFX | ERC-20 | 4.869323K | $0.071016 |
$345.8 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246138 | an hour ago | | | 0 | 0.0010252547 | |
| 21246132 | an hour ago | | | 0 | 0.00057395918 | |
| 21246108 | an hour ago | | | 0 | 0.0010794756 | |
| 21246090 | 2 hours ago | | | 0 | 0.00099964066 | |
| 21246065 | 2 hours ago | | | 0 | 0.00090213481 | |
| 21245765 | 3 hours ago | | | 0 | 0.00054094720 | |
| 21245755 | 3 hours ago | | | 0 | 0.00055652681 | |
| 21244672 | 6 hours ago | | | 0 | 0.00056118755 | |
| 21244620 | 6 hours ago | | | 0 | 0.00063622444 | |
| 21244620 | 6 hours ago | | | 0 | 0.00063674047 |
ABI
ABI objects
Getter at block 21246553
MAX_SUPPLY() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
STFX
symbol() view returns (string)
STFX
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _treasury)
This contract contains no fallback and receive objects.
ZeroAddress()