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 |
---|---|---|---|---|---|
BOLT | ERC-20 | 7.054226K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16970319 | 2 years ago | | | 0 | 0.0013511427 | |
| 16970297 | 2 years ago | | | 0 | 0.0010251878 | |
| 10131094 | 5 years ago | | | 0 | 0.00048889950 | |
| 9893293 | 5 years ago | | | 0 | 0.00087738000 | |
| 9754626 | 5 years ago | | | 0 | 0.00030000000 | |
| 9754558 | 5 years ago | | | 0 | 0.00032400000 | |
| 9632905 | 5 years ago | | | 0 | 0.00012534000 | |
| 9626002 | 5 years ago | | | 0 | 0.00012534000 | |
| 9567418 | 5 years ago | | | 0 | 0.00026801570 | |
| 9494279 | 5 years ago | | | 0 | 0.00014437500 |
ABI
ABI objects
Getter at block 21397040
contractOwner() view returns (address)
0xbcb56cfd051b1387d07a873ce387253c5965c385
decimals() view returns (uint8)
18
fullUnitsStaked_total() view returns (uint256)
186217
name() view returns (string)
BOLT
symbol() view returns (string)
BOLT
totalSupply() view returns (uint256)
992928574766451417334935
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
excludedFromStaking(address) view returns (bool)
fullUnitsStaked(address owner) view returns (uint256)
toFullUnits(uint256 valueWithDecimals) pure returns (uint256)
viewUnpaidRewards(address staker) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
burn(uint256 value)
burnFrom(address account, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeAddressFromStaking(address excludeAddress, bool exclude)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
multiTransfer(address[] receivers, uint256[] values)
payoutRewards()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdrawERC20Tokens(address tokenAddress, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.