Sorbettiere
Verified contract
Active on
Ethereum with 17,909 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($380,946.74)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SPELL | ERC-20 | 466.829337M | $0.000816 |
$380,946.74 | |
SAMO | ERC-20 | 38.121389T | -- | -- | |
$T1mes | ERC-20 | 2.621394T | -- | -- | |
BabySpell | ERC-20 | 24.025088B | -- | -- | |
Meta | ERC-20 | 2.700333B | -- | -- | |
HUB | ERC-20 | 29.78M | -- | -- | |
BEEPLE | ERC-20 | 751.9K | -- | -- | |
COOM | ERC-20 | 384K | -- | -- | |
SLP | ERC-20 | 109.013371K | -- | -- | |
SLP | ERC-20 | 15.204845 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21206115 | 21 hours ago | | | 0 | 0.0010616856 | |
| 21203652 | a day ago | | | 0 | 0.00086453805 | |
| 21203366 | a day ago | | | 0 | 0.0011795943 | |
| 21200142 | 2 days ago | | | 0 | 0.0015916018 | |
| 21198875 | 2 days ago | | | 0 | 0.0013422127 | |
| 21198845 | 2 days ago | | | 0 | 0.0010042103 | |
| 21197944 | 2 days ago | | | 0 | 0.0021067386 | |
| 21197938 | 2 days ago | | | 0 | 0.0020200656 | |
| 21163295 | 7 days ago | | | 0 | 0.0015062239 | |
| 21150660 | 9 days ago | | | 0 | 0.0017769555 |
ABI
ABI objects
Getter at block 21212334
endTime() view returns (uint32)
1740859200
ice() view returns (address)
0x090185f2135308bad17527004364ebcc2d37e5f6
icePerSecond() view returns (uint256)
7751827050264550000
owner() view returns (address)
0xf898bce1775a64dc48ca5199f4483b91251f88bd
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
poolLength() view returns (uint256)
3
startTime() view returns (uint32)
1622469600
totalAllocPoint() view returns (uint256)
5035
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingIce(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address stakingToken, uint256 stakingTokenTotalAmount, uint256 accIcePerShare, uint32 lastRewardTime, uint16 allocPoint)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 remainingIceTokenReward)
State-modifying
Events add(uint16 _allocPoint, address _stakingToken, bool _withUpdate)
changeEndTime(uint32 addSeconds)
claimOwnership()
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
set(uint256 _pid, uint16 _allocPoint, bool _withUpdate)
setIcePerSecond(uint256 _icePerSecond, bool _withUpdate)
transferOwnership(address newOwner, bool direct, bool renounce)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _ice, uint256 _icePerSecond, uint32 _startTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.