Sorbettiere
Verified contract
Active on
Ethereum with 5,519 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PRSW | ERC-20 | 189K | -- | -- | |
SLP | ERC-20 | 231.335447 | -- | -- | |
UNI-V2 | ERC-20 | 34.161719 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21038161 | 17 days ago | | | 0 | 0.0017855840 | |
| 20169934 | 5 months ago | | | 0 | 0.0011484935 | |
| 20169907 | 5 months ago | | | 0 | 0.0012059106 | |
| 19510781 | 8 months ago | | | 0 | 0.0028968958 | |
| 19342380 | 8 months ago | | | 0 | 0.0077036430 | |
| 18906010 | 10 months ago | | | 0 | 0.0020529749 | |
| 18865859 | a year ago | | | 0 | 0.0013019962 | |
| 18865856 | a year ago | | | 0 | 0.0016480534 | |
| 18807413 | a year ago | | | 0 | 0.0042883523 | |
| 18801088 | a year ago | | | 0 | 0.0043267421 |
ABI
ABI objects
Getter at block 21159508
endTime() view returns (uint32)
1681768800
ice() view returns (address)
0xf16e81dce15b08f326220742020379b855b87df9
icePerSecond() view returns (uint256)
0
owner() view returns (address)
0xe9fb0c2206b53d3e76c88da58790f7fe9a45b373
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
poolLength() view returns (uint256)
2
startTime() view returns (uint32)
1621116000
totalAllocPoint() view returns (uint256)
1
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.