USSDv2
Verified contract
Implementation
Active on
Ethereum with 0 txns
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 44 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "USSDv2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "USSDv2"
ABI
ABI objects
Getter at block 21316383
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
STABLE_CONTROL_ROLE() view returns (bytes32)
0x2c3f50bab07e476695fb3e141889c59845f3631388f71a7d14194d43ffcde9d9
collateralFactor() view returns (uint256)
0
collateralList() view returns (struct CollateralInfo[])
[]
decimals() pure returns (uint8)
6
name() view returns (string)
rebalancer() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
totalSupply() view returns (uint256)
0
uniRouter() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getCollateralIndex(address _token, bool _hasMint) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events UniV3SwapInput(bytes _path, uint256 _sellAmount, uint256 _expectedMinimum)
addCollateral(address _address, address _oracle, bool _hasMint, bool _hasRedeem, uint256[] _ratios, bytes _pathbuy, bytes _pathsell, uint256 index)
approve(address spender, uint256 amount) returns (bool)
approveToRouter(address _token, uint256 _amount)
burnRebalancer(uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string _name, string _symbol)
mintRebalancer(uint256 _amount)
reclaimCollateral(address _token, address _destination, uint256 _amount)
removeCollateral(uint256 _index)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setRebalancer(address _rebalancer)
setUniswapRouter(address _router)
swapCollateralIndexes(uint256 _index1, uint256 _index2)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint8 version)
Mint(address indexed from, address indexed to, address token, uint256 amountToken, uint256 amountStable)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.