XUSD Share
Verified contract
Active on
Ethereum with 811 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1c9b…8f80
Balances ($0.00)
No balances found for "XUSD Share"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20398598 | 4 months ago | | | 0 | 0.000099204074 | |
| 19999346 | 6 months ago | | | 0 | 0.00018604021 | |
| 19999331 | 6 months ago | | | 0 | 0.00026126750 | |
| 19708553 | 7 months ago | | | 0 | 0.00016875363 | |
| 19708537 | 7 months ago | | | 0 | 0.00014640345 | |
| 17574509 | a year ago | | | 0 | 0.00057327533 | |
| 17574478 | a year ago | | | 0 | 0.00036839311 | |
| 17538410 | a year ago | | | 0 | 0.00064733095 | |
| 17480527 | a year ago | | | 0 | 0.00097945595 | |
| 17443782 | a year ago | | | 0 | 0.0011442932 |
ABI
ABI objects
Getter at block 21265617
decimals() view returns (uint8)
18
genesis_supply() view returns (uint256)
500000000000000000000
name() view returns (string)
XUSD Share
oracle_address() view returns (address)
0x6666666666666666666666666666666666666666
owner_address() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
XUS
timelock_address() view returns (address)
0x75061b5c168477499b3e297ada97a1d22b72a264
totalSupply() view returns (uint256)
312667240418680264969453
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
rewardCapOf(address) view returns (uint256)
rewardPools(address) view returns (bool)
rewardedAmountOf(address) view returns (uint256)
State-modifying
Events addRewardPool(address pool_address, uint256 reward_cap)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
mint_reward(address to, uint256 amount)
pool_burn_from(address b_address, uint256 b_amount)
pool_mint(address m_address, uint256 m_amount)
removeRewardPool(address pool_address)
setOracle(address new_oracle)
setOwner(address _owner_address)
setRewardCap(address pool_address, uint256 reward_cap)
setTimelock(address new_timelock)
setXUSDAddress(address xusd_contract_address)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
XUSBurned(address indexed from, address indexed to, uint256 amount)
XUSMinted(address indexed from, address indexed to, uint256 amount)
constructor(string _name, string _symbol, address _oracle_address, address _timelock_address)
This contract contains no fallback and receive objects.
This contract contains no error objects.