XiControl
Verified contract
Active on
Ethereum with 17,282 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x37e8…ee3f
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RI | ERC-20 | 278.98635K | -- | -- | |
UNI-V2 | ERC-20 | 2.667935K | -- | -- | |
UNI-V2 | ERC-20 | 858.858101 | -- | -- | |
UNI-V2 | ERC-20 | 175.654855 | -- | -- | |
UNI-V2 | ERC-20 | 146.508904 | -- | -- | |
UNI-V2 | ERC-20 | 22.763443 | -- | -- | |
UNI-V2 | ERC-20 | 19.508517 | -- | -- | |
UNI-V2 | ERC-20 | 0.002198 | -- | -- | |
UNI-V2 | ERC-20 | 0.001315 | -- | -- | |
UNI-V2 | ERC-20 | 0.000471 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20745312 | 2 months ago | | | 0 | 0.00021173320 | |
| 20745307 | 2 months ago | | | 0 | 0.00027715545 | |
| 17900860 | a year ago | | | 0 | 0.0018117455 | |
| 16214382 | 2 years ago | | | 0 | 0.0017805360 | |
| 15775318 | 2 years ago | | | 0 | 0.0027352072 | |
| 15753610 | 2 years ago | | | 0 | 0.0017318627 | |
| 15753607 | 2 years ago | | | 0 | 0.0015969121 | |
| 15753595 | 2 years ago | | | 0 | 0.0020140073 | |
| 15030995 | 2 years ago | | | 0 | 0.0034749259 | |
| 14999276 | 2 years ago | | | 0 | 0.0020914768 |
ABI
ABI objects
Getter at block 21164206
administrator() view returns (address)
0x4825f4c1b651ece01955f2f6f80e4f33862d1837
halvePeriod() view returns (uint256)
2073600
lastHalveBlock() view returns (uint256)
20745307
migrator() view returns (address)
0x0000000000000000000000000000000000000000
minimumRewardPerBlock() view returns (uint256)
24048000000000000
owner() view returns (address)
0x4825f4c1b651ece01955f2f6f80e4f33862d1837
puddleLength() view returns (uint256)
29
rewardPerBlock() view returns (uint256)
48096500000000000
ri() view returns (address)
0x37e808f084101f75783612407e7c3f5f92d8ee3f
startBlock() view returns (uint256)
10869780
totalAllocPoint() view returns (uint256)
787
Read-only
Univ2TokenExistsInPuddle(address) view returns (bool)
pendingRI(uint256 _pid, address _user) view returns (uint256)
puddleData(uint256) view returns (address Univ2Token, uint256 allocPoint, uint256 lastRewardBlock, uint256 accRiPerShare)
userDat(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _Univ2Token, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
doHalvingCheck(bool _withUpdate)
exitPoolDisgracefully(uint256 _pid)
massUpdatePuddles()
migrate(uint256 _pid)
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setMigrator(address _migrator)
transferOwnership(address newOwner)
updatePuddle(uint256 _pid)
updateUniv2TokenExists(address _Univ2TokenAddr, bool _isExists)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
ExitPoolDisgracefully(address indexed user, uint256 indexed pid, uint256 amount)
Halve(uint256 newRewardPerBlock, uint256 nextHalveBlockNumber)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _ri, address _administrator, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.