Whirlpool
Verified contract
Active on
Ethereum with 4,388 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xea31…976c
0x65e5…50ca
0x32d5…2dec
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SURF | ERC-20 | 527.628139K | -- | -- | |
UNI-V2 | ERC-20 | 17.965271K | -- | -- | |
DRC | ERC-20 | 100 | -- | -- | |
0x0c9b…a625 | ERC-1555 | 1 | -- | -- | |
JREX | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20839451 | 2 months ago | | | 0 | 0.0016236726 | |
| 20746716 | 2 months ago | | | 0 | 0.00058651186 | |
| 20578717 | 3 months ago | | | 0 | 0.0010528849 | |
| 20578551 | 3 months ago | | | 0 | 0.00044068118 | |
| 20481720 | 3 months ago | | | 0 | 0.000080218634 | |
| 20437681 | 3 months ago | | | 0 | 0.00076630590 | |
| 20371713 | 4 months ago | | | 0 | 0.0013478724 | |
| 20371586 | 4 months ago | | | 0 | 0.00040960354 | |
| 20246570 | 4 months ago | | | 0 | 0.00083110865 | |
| 20225115 | 4 months ago | | | 0 | 0.0013259791 |
ABI
ABI objects
Getter at block 21173169
INITIAL_PAYOUT_INTERVAL() view returns (uint256)
86400
accSurfPerShare() view returns (uint256)
82732352703792
active() view returns (bool)
true
initialSurfReward() view returns (uint256)
0
initialSurfRewardPerDay() view returns (uint256)
20846123120146745100707
lastPayout() view returns (uint256)
1613530353
owner() view returns (address)
0x7000da3159eb1d395dfe1896986f5b2b35723c1e
payoutNumber() view returns (uint256)
100
startTime() view returns (uint256)
1604803953
surf() view returns (address)
0xea319e87cf06203dae107dd8e5672175e3ee976c
surfPool() view returns (address)
0x32d588fd4d0993378995306563a04af5fa162dec
timeUntilNextPayout() view returns (uint256)
0
tito() view returns (address)
0x65e5bc985b8399b338c3c55ff1e3c048586d50ca
totalPendingSurf() view returns (uint256)
527628139258059597571195
totalStaked() view returns (uint256)
17965271006247024401571
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
unstakingFee() view returns (uint256)
50
unstakingFeeConvertToSurfAmount() view returns (uint256)
1000
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
getAllInfoFor(address _user) view returns (bool isActive, uint256[12] info)
rewardAtPayout(uint256 _payoutNumber) view returns (uint256)
userInfo(address) view returns (uint256 staked, uint256 rewardDebt, uint256 claimed)
State-modifying
Events activate()
addEthReward() payable
addSurfReward(address _from, uint256 _amount)
claim()
recoverERC20(address _tokenAddress)
renounceOwnership()
setUnstakingFee(uint256 _unstakingFee, uint256 _convertToSurfAmount)
stake(uint256 _amount)
stakeFor(address _user, uint256 _amount)
transferOwnership(address newOwner)
withdraw(uint256 _amount)
Claim(address indexed user, uint256 surfAmount)
EthRewardAdded(address indexed user, uint256 ethReward)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Stake(address indexed user, uint256 amount)
SurfRewardAdded(address indexed user, uint256 surfReward)
Withdraw(address indexed user, uint256 amount)
constructor(address _surf, address _tito)
receive()
This contract contains no error objects.