Staked WHITE
Verified contract
Active on
Ethereum with 2,623 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 |
---|---|---|---|---|---|
WHITE | ERC-20 | 80.571768 | $5,515.96 |
$444,430.65 | |
USDC | ERC-20 | 8.208213K | $1.001 |
$8,216.42 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21009745 | 23 days ago | | | 0 | 0.00045911924 | |
| 21009741 | 23 days ago | | | 0 | 0.00064678065 | |
| 20957231 | a month ago | | | 0 | 0.0014371769 | |
| 20800728 | 2 months ago | | | 0 | 0.0017848773 | |
| 20800679 | 2 months ago | | | 0 | 0.0016826035 | |
| 20580565 | 3 months ago | | | 0 | 0.000055779551 | |
| 20580561 | 3 months ago | | | 0 | 0.000098733470 | |
| 20571153 | 3 months ago | | | 0 | 0.00025617489 | |
| 20571054 | 3 months ago | | | 0 | 0.00010018385 | |
| 20337115 | 4 months ago | | | 0 | 0.00072764593 |
ABI
ABI objects
Getter at block 21177341
FALLBACK_RECIPIENT() view returns (address)
0xf15968a096fc8f47650001585d23bee819b5affb
USDC() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
WHITE() view returns (address)
0x5f0e628b693018f639d10e4a4f59bd4d8b2b6b44
decimals() view returns (uint8)
18
lockupPeriod() view returns (uint256)
86400
name() view returns (string)
Staked WHITE
symbol() view returns (string)
sWHITE
totalProfit() view returns (uint256)
36340795206553202721
totalSupply() view returns (uint256)
80571768239577157060
Read-only
_revertTransfersInLockUpPeriod(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
lastStakeTimestamp(address) view returns (uint256)
profitOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claimProfit() returns (uint256 profit)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
revertTransfersInLockUpPeriod(bool value)
sendProfit(uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdraw(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Claim(address indexed acount, uint256 amount)
Profit(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _token, address usdc)
This contract contains no fallback and receive objects.
This contract contains no error objects.