LightMain
Verified contract
Active on
Ethereum with 14,362 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0dbb…2935
0x0000…0000
Balances ($4.58)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BAL | ERC-20 | 1.690663 | $2.71 |
$4.58 | |
xLIGHT | ERC-20 | 727.472415 | -- | -- | |
LIGHT | ERC-20 | 663.842327 | -- | -- | |
UNI-V2 | ERC-20 | 242.774377 | -- | -- | |
SLP | ERC-20 | 107.637915 | -- | -- | |
SLP | ERC-20 | 22.621349 | -- | -- | |
SLP | ERC-20 | 0.594977 | -- | -- | |
xZLP | ERC-20 | 0.027189 | -- | -- | |
SLP | ERC-20 | 0.000167 | -- | -- | |
SLP | ERC-20 | 0.000026 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18276067 | a year ago | | | 0 | 0.00093991422 | |
| 18276049 | a year ago | | | 0 | 0.0011887283 | |
| 18276035 | a year ago | | | 0 | 0.0011270055 | |
| 18275998 | a year ago | | | 0 | 0.00086977816 | |
| 18275940 | a year ago | | | 0 | 0.0012700861 | |
| 18275917 | a year ago | | | 0 | 0.0012151344 | |
| 18265569 | a year ago | | | 0 | 0.0019612313 | |
| 18264934 | a year ago | | | 0 | 0.0052689990 | |
| 18253732 | a year ago | | | 0 | 0.0012655789 | |
| 18253701 | a year ago | | | 0 | 0.0011074512 |
ABI
ABI objects
Getter at block 21264497
MinMinters() view returns (uint256)
20
buyBackContract() view returns (address)
0x3d177f65c3019f0c906a76b7f973e8186aa5f02f
createAreaFee() view returns (uint256)
1000000000000000000
getBlockRewardNow() view returns (uint256)
0
halfPeriod() view returns (uint256)
44800
light() view returns (address)
0x0dbb4b96a23ea7943bb72a8f16cc2c248f372935
lightPerBlock() view returns (uint256)
500000000000000000
maxBlocks() view returns (uint256)
192000
maxSupply() view returns (uint256)
42000000000000000000000
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xd0fa6c55db855ed8538cffa341435edd87b0b483
poolLength() view returns (uint256)
13
slavePoolLength() view returns (uint256)
9
slaveTotalAllocPoint() view returns (uint256)
125000
startBlock() view returns (uint256)
10989800
totalAllocPoint() view returns (uint256)
100000
Read-only
areaInfo(uint256, uint256) view returns (address creator, uint256 creationBlock, uint256 members, uint256 amount, uint256 rewardDebt, string name)
areaLength(uint256 _pid) view returns (uint256)
getBlockReward(uint256 number, uint8 region) view returns (uint256)
getBlockRewards(uint256 from, uint256 to, uint8 region) view returns (uint256)
pendingLight(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accLightPerShare, bool lock)
slavePendingLight(uint256 _pid, address _user) view returns (uint256)
slavePendingLightByAid(uint256 _pid, uint256 _aid, address _user) view returns (uint256)
slavePendingLightForCreator(uint256 _pid, address _user) view returns (uint256)
slavePendingLightForCreatorByAid(uint256 _pid, uint256 _aid, address _user) view returns (uint256)
slavePoolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 minerAccLightPerShare, uint256 creatorAccLightPerShare, uint256 totalBadAreaBalance, uint256 ethForBuyBack)
slaveUserInfo(uint256, address) view returns (uint256 aid, uint256 amount, uint256 rewardDebt, uint256 accReward)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 accReward)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate, bool _lock)
addSlavePool(uint256 _allocPoint, address _lpToken, bool _withUpdate)
createArea(uint256 _pid, string _name) payable
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
manualBuyBack(uint256 _pid)
massUpdatePools(uint8 region)
migrate(uint256 _pid, uint8 region, uint8 platform)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setBuyBackContract(address _buyBackContract)
setMigrator(address _migrator)
setSlavePool(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
shareLightForCreators(uint256 _pid, uint256 _amount)
slaveDeposit(uint256 _pid, uint256 _aid, uint256 _amount)
slaveEmergencyWithdraw(uint256 _pid)
slaveWithdraw(uint256 _pid, uint256 _amount)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
updateSlavePool(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)
SlaveDeposit(address indexed user, uint256 indexed pid, uint256 amount)
SlaveEmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
SlaveWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _light, uint256 _createAreaFee, uint256 _lightPerBlock, uint256 _startBlock, uint256 _halfPeriod, uint256 _maxBlocks, uint256 _maxSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.