XUSD Share
Verified contract
Active on
Ethereum with 24 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8e3e…e6ca
Balances ($0.00)
No balances found for "XUSD Share"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11591240 | 4 years ago | | | 0 | 0.0058072730 | |
| 11585685 | 4 years ago | | | 0 | 0.0085312710 | |
| 11583772 | 4 years ago | | | 0 | 0.0050104290 | |
| 11583235 | 4 years ago | | | 0 | 0.0089379800 | |
| 11583233 | 4 years ago | | | 0 | 0.010704790 | |
| 11583233 | 4 years ago | | | 0 | 0.010709734 | |
| 11582979 | 4 years ago | | | 0 | 0.010652804 | |
| 11582030 | 4 years ago | | | 0 | 0.011284750 | |
| 11582027 | 4 years ago | | | 0 | 0.011465306 | |
| 11581610 | 4 years ago | | | 0 | 0.0035650330 |
ABI
ABI objects
Getter at block 21304934
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)
0x6e7096af8265cd5706bc6f2080e1519fa3b40196
symbol() view returns (string)
XUS
timelock_address() view returns (address)
0x8c18e770b49a5879d8998ec26f2bb5a4cb3ec2e7
totalSupply() view returns (uint256)
3391266296823226147632
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.