xBond
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
5
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
4 additional
variables
Balances ($0.00)
No balances found for "xBond"
ABI
ABI objects
Getter at block 21426754
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)
0
ethBondOracle() view returns (address)
0x0000000000000000000000000000000000000000
isOwner() view returns (bool)
false
lastRebase() view returns (uint256)
0
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
timelock() view returns (address)
0x0000000000000000000000000000000000000000
totalDollarPoints() view returns (uint256)
0
totalSupply() view returns (uint256)
0
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 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)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.