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 |
---|---|---|---|---|---|
BGP | ERC-721 | 1 | -- | -- | |
BGP | ERC-721 | 1 | -- | -- | |
BGP | ERC-721 | 1 | -- | -- | |
BGP | ERC-721 | 1 | -- | -- | |
BGP | ERC-721 | 1 | -- | -- | |
BGP | ERC-721 | 1 | -- | -- | |
BGP | ERC-721 | 1 | -- | -- | |
BGP | ERC-721 | 1 | -- | -- | |
BGP | ERC-721 | 1 | -- | -- | |
BGP | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21258788 | 10 days ago | | | 0 | 0.0023599244 | |
| 21207053 | 17 days ago | | | 0 | 0.0053266722 | |
| 21207036 | 17 days ago | | | 0 | 0.0019327969 | |
| 20889249 | 2 months ago | | | 0 | 0.0061672786 | |
| 20887747 | 2 months ago | | | 0 | 0.0097841948 | |
| 20882360 | 2 months ago | | | 0 | 0.018119395 | |
| 20846789 | 2 months ago | | | 0 | 0.0040776791 | |
| 20684488 | 3 months ago | | | 0 | 0.0063662530 | |
| 20684442 | 3 months ago | | | 0 | 0.0022851719 | |
| 20609744 | 3 months ago | | | 0 | 0.0015624221 |
ABI
ABI objects
Getter at block 21328296
BGK() view returns (address)
0xa5ae87b40076745895bb7387011ca8de5fde37e0
BGP() view returns (address)
0x86e9c5ad3d4b5519da2d2c19f5c71baa5ef40933
GUM_TOKEN_DECIMALS() view returns (uint256)
18
gumToken() view returns (address)
0xeb856faba11a7590cb347816db8f8c08d30fb0fa
owner() view returns (address)
0x94dba0ef8c389932a8f443aa117822ae6c20efc3
stakeRewardRate() view returns (uint256)
1
started() view returns (bool)
true
Read-only
calculateRewards(address account, uint256[] tokenIds, uint8[] bgContracts) view returns (uint256[] rewards)
depositBlocks(uint8, uint256) view returns (uint256)
depositsOf(address account) view returns (uint256[][2])
State-modifying
Events claimRewards()
deposit(uint256[] tokenIds, uint8[] bgContracts)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceOwnership()
start()
stop()
transferOwnership(address newOwner)
updateGumToken(address _gumToken)
updateStakeRewardRate(uint256 _stakeRewardRate)
withdraw(uint256[] tokenIds, uint8[] bgContracts)
Deposited(address from, uint256[] tokenIds, uint8[] bgContracts)
GumTokenUpdated(address _gumToken)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardClaimed(address to, uint256 amount)
StakeRewardRateUpdated(uint256 _stakeRewardRate)
Started()
Stopped()
Withdrawn(address to, uint256[] tokenIds, uint8[] bgContracts)
constructor(address _gumToken)
This contract contains no fallback and receive objects.
NotStarted()
TokenNotDeposited()
UnknownBGContract()