BigBang
Verified contract
Active on
Ethereum with 2,112 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4ca0…22ad
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RIGEL | ERC-20 | 441.513532 | -- | -- | |
RLP | ERC-20 | 29.311426 | -- | -- | |
RLP | ERC-20 | 23.289461 | -- | -- | |
RLP | ERC-20 | 2.703861 | -- | -- | |
RLP | ERC-20 | 1.177618 | -- | -- | |
RLP | ERC-20 | 0.710816 | -- | -- | |
RLP | ERC-20 | 0.1 | -- | -- | |
RLP | ERC-20 | 0 | -- | -- | |
RLP | ERC-20 | 0 | -- | -- | |
RLP | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21227858 | 9 days ago | | | 0 | 0.00051378485 | |
| 20443034 | 4 months ago | | | 0 | 0.00043309463 | |
| 20443032 | 4 months ago | | | 0 | 0.00041653460 | |
| 20443031 | 4 months ago | | | 0 | 0.00043994324 | |
| 20443025 | 4 months ago | | | 0 | 0.00043821895 | |
| 20443023 | 4 months ago | | | 0 | 0.00045676421 | |
| 20443022 | 4 months ago | | | 0 | 0.00045689613 | |
| 20443019 | 4 months ago | | | 0 | 0.00044596059 | |
| 20443017 | 4 months ago | | | 0 | 0.00043411932 | |
| 20443016 | 4 months ago | | | 0 | 0.00039809848 |
ABI
ABI objects
Getter at block 21289498
BONUS_MULTIPLIER() view returns (uint256)
4
bonusEndBlock() view returns (uint256)
11725926
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x8a95961faadc8283381644ccd81239f0804ec51d
platformaddr() view returns (address)
0x5033be5366210a98cf5a1435b78acbfb5d361288
poolLength() view returns (uint256)
18
rigel() view returns (address)
0x4ca0654f4fc1025cf1a17b7459c20ac0479522ad
rigelPerBlock() view returns (uint256)
4762908324552200
startBlock() view returns (uint256)
11641943
totalAllocPoint() view returns (uint256)
100
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingRigel(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accRigelPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setMigrator(address _migrator)
transferOwnership(address newOwner)
updatePlatformAddress(address _platformaddr)
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 _rigel, address _platformaddr, uint256 _rigelPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.