xBond
Verified contract
Proxy
Active on
Ethereum with 525 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
0x2f60…23e3
6 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDx | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20864202 | 3 months ago | | | 0 | 0.0049693046 | |
| 20864184 | 3 months ago | | | 0 | 0.0030172738 | |
| 20396685 | 5 months ago | | | 0 | 0.000062357384 | |
| 20300248 | 5 months ago | | | 0 | 0.00010086526 | |
| 19743933 | 8 months ago | | | 0 | 0.00033005690 | |
| 19629742 | 8 months ago | | | 0 | 0.00045422809 | |
| 17480110 | 2 years ago | | | 0 | 0.0011895563 | |
| 17480040 | 2 years ago | | | 0 | 0.0037082489 | |
| 17479966 | 2 years ago | | | 0 | 0.0055270254 | |
| 17479593 | 2 years ago | | | 0 | 0.00086982579 |
ABI
ABI objects
Getter at block 21425291
POINT_MULTIPLIER_BIG() view returns (uint256)
1000000000000000000
bondingMinimumSeconds() view returns (uint256)
0
claimableUSD() view returns (uint256)
0
constantUsdRebase() view returns (uint256)
0
coolDownPeriodSeconds() view returns (uint256)
0
decimals() view returns (uint8)
9
ethBondOracle() view returns (address)
0xb2bc8e996331ee37ddac7050acafbec6109dd429
isOwner() view returns (bool)
false
lastRebase() view returns (uint256)
1612157611
name() view returns (string)
xBond
owner() view returns (address)
0x89a359a3d37c3a857e62cde9715900441b47acec
symbol() view returns (string)
xBond
timelock() view returns (address)
0x0000000000000000000000000000000000000000
totalDollarPoints() view returns (uint256)
0
totalSupply() view returns (uint256)
216676961101202
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
bondingStatus(address) view returns (uint256)
claimableProRataUSD(address _who) view returns (uint256)
lastUserBond(address) view returns (uint256)
lastUserCoolDown(address) view returns (uint256)
lastUserPoints(address) view returns (uint256)
lastUserRebase(address) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enterBondCoolDown(address _who) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
initialize(address owner_, address timelock_, address dollar_)
initialize(address sender)
initialize(string name, string symbol, uint8 decimals)
mint(address _who, uint256 _amount)
redeem(address _who) returns (bool)
remove(address _who, uint256 _amount, uint256 _usdAmount)
renounceOwnership()
setBondingMinimumSeconds(uint256 seconds_)
setCoolDownSeconds(uint256 seconds_)
setEthBondOracle(address oracle_)
setLastRebase(uint256 newUsdAmount)
setTimelock(address timelock_)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.