StargateStaking
Verified contract
Active on
Ethereum with 5,624 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
S*USDC | ERC-20 | 24.187815M | -- | -- | |
S*USDT | ERC-20 | 15.863588M | -- | -- | |
S*ETH | ERC-20 | 12.699959K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21217723 | 6 hours ago | | | 0 | 0.0013087274 | |
| 21216677 | 9 hours ago | | | 0 | 0.0021954460 | |
| 21215607 | 13 hours ago | | | 0 | 0.0019157491 | |
| 21215002 | 15 hours ago | | | 0 | 0.0010067073 | |
| 21214992 | 15 hours ago | | | 0 | 0.0010215502 | |
| 21214619 | 16 hours ago | | | 0 | 0.00081303638 | |
| 21214312 | 17 hours ago | | | 0 | 0.0016345324 | |
| 21212570 | a day ago | | | 0 | 0.0010407588 | |
| 21212397 | a day ago | | | 0 | 0.0015842204 | |
| 21212309 | a day ago | | | 0 | 0.0014474127 |
ABI
ABI objects
Getter at block 21219488 renounceOwnership() view
owner() view returns (address)
0x65bb797c2b9830d891d87288f029ed8dacc19705
tokens() view returns (address[])
[0xfcb42A0e352a08AbD50b8EE68d01f581B6Dfd80A, 0x5DaAee9EF143faFF495B581e9863570e83F99d31, 0x17BBC9BD51A52aAf4d2CC6652630DaF4fdB358F7]
tokensLength() view returns (uint256)
3
Read-only
balanceOf(address token, address user) view returns (uint256)
isPool(address token) view returns (bool)
rewarder(address token) view returns (address)
tokens(uint256 start, uint256 end) view returns (address[])
totalSupply(address token) view returns (uint256)
State-modifying
Events claim(address[] lpTokens)
deposit(address token, uint256 amount)
depositTo(address token, address to, uint256 amount)
emergencyWithdraw(address token)
setPool(address token, address newRewarder)
transferOwnership(address newOwner)
withdraw(address token, uint256 amount)
withdrawToAndCall(address token, address to, uint256 amount, bytes data)
Deposit(address indexed token, address indexed from, address indexed to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolSet(address indexed token, address rewarder, bool exists)
Withdraw(address indexed token, address indexed from, address indexed to, uint256 amount, bool withUpdate)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
InvalidCaller()
InvalidReceiver(address receiver)
NonExistentPool(address token)
StargateStakingRenounceOwnershipDisabled()
WithdrawalAmountExceedsBalance()