Gold Staking
Verified contract
Active on
Ethereum with 435 txns
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 |
---|---|---|---|---|---|
BONDLY | ERC-20 | 105.223939K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16662276 | 2 years ago | | | 0 | 0.0015590503 | |
| 13126234 | 3 years ago | | | 0 | 0.0038273323 | |
| 13105295 | 3 years ago | | | 0 | 0.0035756000 | |
| 12620583 | 3 years ago | | | 0 | 0.0010161580 | |
| 12372901 | 4 years ago | | | 0 | 0.0020723456 | |
| 12351991 | 4 years ago | | | 0 | 0.0010608000 | |
| 12339139 | 4 years ago | | | 0 | 0.0014144000 | |
| 12302192 | 4 years ago | | | 0 | 0.0024358620 | |
| 12275062 | 4 years ago | | | 0 | 0.0087516000 | |
| 12261573 | 4 years ago | | | 0 | 0.0055783001 |
ABI
ABI objects
Getter at block 21329400
ERC20Interface() view returns (address)
0xd2dda223b2617cb616c1580db421e4cfae6a8a85
earlyWithdrawReward() view returns (uint256)
0
name() view returns (string)
Gold Staking
rewardBalance() view returns (uint256)
197260000000000000000000
stakedBalance() view returns (uint256)
1333777823368600000000000
stakedTotal() view returns (uint256)
2000000000000000000000000
stakingCap() view returns (uint256)
2000000000000000000000000
stakingEnds() view returns (uint256)
1607875200
stakingStarts() view returns (uint256)
1607443200
tokenAddress() view returns (address)
0xd2dda223b2617cb616c1580db421e4cfae6a8a85
totalReward() view returns (uint256)
197260000000000000000000
withdrawEnds() view returns (uint256)
1615651200
withdrawStarts() view returns (uint256)
1611763200
Read-only
stakeOf(address account) view returns (uint256)
State-modifying
Events addReward(uint256 rewardAmount, uint256 withdrawableAmount) returns (bool)
stake(uint256 amount) returns (bool)
withdraw(uint256 amount) returns (bool)
PaidOut(address indexed token, address indexed staker_, uint256 amount_, uint256 reward_)
Refunded(address indexed token, address indexed staker_, uint256 amount_)
Staked(address indexed token, address indexed staker_, uint256 requestedAmount_, uint256 stakedAmount_)
constructor(string name_, address tokenAddress_, uint256 stakingStarts_, uint256 stakingEnds_, uint256 withdrawStarts_, uint256 withdrawEnds_, uint256 stakingCap_)
This contract contains no fallback and receive objects.
This contract contains no error objects.