KeepBonding
Verified contract
Active on
Ethereum with 3,047 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1293…5458
0x1759…88b7
Balances ($792,804.08)
Native
Value
$792,804.03
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 234.418696 | $3,382.00 |
$792,804.03 | |
SHEESHA | ERC-20 | 0.01 | $4.03 |
$0.04 | |
HSF | ERC-20 | 1 | $0.009239 |
$0.01 | |
XOT | ERC-20 | 0.00005 | $9.64 |
$0 | |
MVDG | ERC-20 | 10K | -- | -- | |
BFIE | ERC-20 | 0.008889 | -- | -- | |
TAD | ERC-20 | 0.0001 | -- | -- | |
PTE | ERC-20 | 0.000001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17031248 | 2 years ago | | | 0 | 0.00088826530 | |
| 17031180 | 2 years ago | | | 0 | 0.00091121068 | |
| 17024954 | 2 years ago | | | 0 | 0.0010683301 | |
| 17024871 | 2 years ago | | | 0 | 0.00086977271 | |
| 17010546 | 2 years ago | | | 0 | 0.00071614984 | |
| 17010537 | 2 years ago | | | 0 | 0.00074345585 | |
| 16983944 | 2 years ago | | | 0 | 0.0018485030 | |
| 16983427 | 2 years ago | | | 0 | 0.0019498408 | |
| 16983262 | 2 years ago | | | 0 | 0.0015133925 | |
| 16983259 | 2 years ago | | | 0 | 0.0015618255 |
ABI
ABI objects
Getter at block 21262613
This contract contains no getter function objects.
Read-only
authorizerOf(address _operator) view returns (address)
availableUnbondedValue(address operator, address bondCreator, address authorizedSortitionPool) view returns (uint256)
beneficiaryOf(address _operator) view returns (address)
bondAmount(address operator, address holder, uint256 referenceID) view returns (uint256)
hasSecondaryAuthorization(address _operator, address _poolAddress) view returns (bool)
isAuthorizedForOperator(address _operator, address _operatorContract) view returns (bool)
unbondedValue(address) view returns (uint256)
State-modifying
Events authorizeSortitionPoolContract(address _operator, address _poolAddress)
createBond(address operator, address holder, uint256 referenceID, uint256 amount, address authorizedSortitionPool)
deauthorizeSortitionPoolContract(address _operator, address _poolAddress)
deposit(address operator) payable
freeBond(address operator, uint256 referenceID)
reassignBond(address operator, uint256 referenceID, address newHolder, uint256 newReferenceID)
seizeBond(address operator, uint256 referenceID, uint256 amount, address destination)
withdraw(uint256 amount, address operator)
withdrawAsManagedGrantee(uint256 amount, address operator, address managedGrant)
BondCreated(address indexed operator, address indexed holder, address indexed sortitionPool, uint256 referenceID, uint256 amount)
BondReassigned(address indexed operator, uint256 indexed referenceID, address newHolder, uint256 newReferenceID)
BondReleased(address indexed operator, uint256 indexed referenceID)
BondSeized(address indexed operator, uint256 indexed referenceID, address destination, uint256 amount)
UnbondedValueDeposited(address indexed operator, address indexed beneficiary, uint256 amount)
UnbondedValueWithdrawn(address indexed operator, address indexed beneficiary, uint256 amount)
constructor(address registryAddress, address tokenStakingAddress, address tokenGrantAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.