Staked Spell Tokens
Verified contract
Active on
Ethereum with 78,134 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 |
---|---|---|---|---|---|
SPELL | ERC-20 | 9.903812B | $0.000692 |
$6,855,319.39 | |
xSUSHI | ERC-20 | 2.666362K | $1.15 |
$3,066.32 | |
WETH | ERC-20 | 0.15 | $3,150.99 |
$472.65 | |
DUSK | ERC-20 | 58 | $0.196315 |
$11.39 | |
BEAR | ERC-20 | 0.15 | -- | -- | |
HUB | ERC-20 | 43.55M | -- | -- | |
sSPELL | ERC-20 | 694.997832K | -- | -- | |
COOM | ERC-20 | 414K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21162686 | 2 minutes ago | | | 0 | 0.0011778253 | |
| 21162672 | 5 minutes ago | | | 0 | 0.00096868103 | |
| 21160580 | 7 hours ago | | | 0 | 0.0010393892 | |
| 21160509 | 7 hours ago | | | 0 | 0.0010695655 | |
| 21159655 | 10 hours ago | | | 0 | 0.0019957839 | |
| 21155105 | a day ago | | | 0 | 0.00093295800 | |
| 21154711 | a day ago | | | 0 | 0.00074070939 | |
| 21154233 | a day ago | | | 0 | 0.00061620543 | |
| 21152240 | a day ago | | | 0 | 0.00075375523 | |
| 21151981 | a day ago | | | 0 | 0.00032544213 |
ABI
ABI objects
Getter at block 21162695
DOMAIN_SEPARATOR() view returns (bytes32)
0x88991a7f2933bac43f770e43c4d4de2d56b73f8f84473edcc8fda39b142082c2
decimals() view returns (uint8)
18
name() view returns (string)
Staked Spell Tokens
symbol() view returns (string)
sSPELL
token() view returns (address)
0x090185f2135308bad17527004364ebcc2d37e5f6
totalSupply() view returns (uint256)
6096065216295455452275655704
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address user) view returns (uint256 balance)
nonces(address) view returns (uint256)
users(address) view returns (uint128 balance, uint128 lockedUntil)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address to, uint256 shares) returns (bool)
burnFrom(address from, address to, uint256 shares) returns (bool)
mint(uint256 amount) returns (bool)
permit(address owner_, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 shares) returns (bool)
transferFrom(address from, address to, uint256 shares) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.