Sommelier
Verified contract
Active on
Ethereum with 8,803 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6a62…a3b9
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 737.361925M | -- | -- | |
UNI-V2 | ERC-20 | 183.430312K | -- | -- | |
IKOMP | ERC-20 | 6.389751K | -- | -- | |
UNI-V2 | ERC-20 | 268.139417 | -- | -- | |
IKOMP | ERC-20 | 1 | -- | -- | |
UNI-V2 | ERC-20 | 0.011667 | -- | -- | |
UNI-V2 | ERC-20 | 0.003271 | -- | -- | |
UNI-V2 | ERC-20 | 0.001217 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19540406 | 8 months ago | | | 0 | 0.0019892980 | |
| 18981852 | 10 months ago | | | 0 | 0.0037415436 | |
| 17629924 | a year ago | | | 0 | 0.0073028570 | |
| 16469034 | 2 years ago | | | 0 | 0.0018800124 | |
| 16467887 | 2 years ago | | | 0 | 0.0016489113 | |
| 16467839 | 2 years ago | | | 0 | 0.0015975550 | |
| 16028843 | 2 years ago | | | 0 | 0.0015167313 | |
| 15289448 | 2 years ago | | | 0 | 0.0018941080 | |
| 15284689 | 2 years ago | | | 0 | 0.0026994400 | |
| 15090107 | 2 years ago | | | 0 | 0.0026994400 |
ABI
ABI objects
Getter at block 21223207
BONUS_MULTIPLIER() view returns (uint256)
1
bonusEndBlock() view returns (uint256)
22444147
devaddr() view returns (address)
0x80a17eaf3b10dcac016916bc239d823ddb423ba0
iKompPerBlock() view returns (uint256)
9166666666666666
itoken() view returns (address)
0x6a625ddb2e2a2de0257c5129364dd80bb4afa3b9
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x970b60dba33f73799ed8fb204a039b24f4a78af5
poolLength() view returns (uint256)
7
startBlock() view returns (uint256)
11932147
totalAllocPoint() view returns (uint256)
4400
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingiKomp(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 acciKompPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setMigrator(address _migrator)
transferOwnership(address newOwner)
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 _itoken, address _devaddr, uint256 _iKompPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.