TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 116 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 3 additional slots
Balances ($522.55)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
alUSD | ERC-20 | 529.901788 | $0.986117 |
$522.55 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20002343 | 6 months ago | | | 0 | 0.00062211017 | |
| 20002204 | 6 months ago | | | 0 | 0.0011863087 | |
| 20002189 | 6 months ago | | | 0 | 0.00052882280 | |
| 20002180 | 6 months ago | | | 0 | 0.0013651217 | |
| 19578971 | 8 months ago | | | 0 | 0.0028853586 | |
| 19578891 | 8 months ago | | | 0 | 0.0031324850 | |
| 18910779 | a year ago | | | 0 | 0.0016572798 | |
| 18910761 | a year ago | | | 0 | 0.0018047541 | |
| 18526620 | a year ago | | | 0 | 0.0023498788 | |
| 18524866 | a year ago | | | 0 | 0.0039086193 |
ABI
ABI objects
Getter at block 21257200
ADMIN() view returns (bytes32)
0xdf8b4c520ffe197c5343c6f5aec59570151ef9a492f2c624fd45ddde6135ec42
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
SENTINEL() view returns (bytes32)
0xd3eedd6d69d410e954f4c622838ecc3acae9fdcd83cad412075c85b092770656
ZERO_ADDRESS() view returns (address)
0x0000000000000000000000000000000000000000
buffer() view returns (address)
0x1eed2dbeb9fc23ab483f447f38f289ca15f79bac
conversionFactor() view returns (uint256)
1000000000000
isPaused() view returns (bool)
false
syntheticToken() view returns (address)
0xbc6da0fe9ad5f3b0d58160288917aa56653660e9
totalBuffered() view returns (uint256)
187995407027792135705
totalUnexchanged() view returns (uint256)
0
underlyingToken() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
version() view returns (string)
2.2.0
whitelist() view returns (address)
0x46f992d00c2dfb6fbbbb64d69ab353c2fc435ace
Read-only
getClaimableBalance(address owner) view returns (uint256 claimableBalance)
getExchangedBalance(address owner) view returns (uint256 exchangedBalance)
getRoleAdmin(bytes32 role) view returns (bytes32)
getUnexchangedBalance(address owner) view returns (uint256 unexchangedBalance)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
claim(uint256 amount, address recipient)
deposit(uint256 amount, address owner)
exchange(uint256 amount)
grantRole(bytes32 role, address account)
initialize(address _syntheticToken, address _underlyingToken, address _buffer, address _whitelist)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setCollateralSource(address _newCollateralSource)
setPause(bool pauseState)
withdraw(uint256 amount, address recipient)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminUpdated(address admin)
Claim(address indexed sender, address indexed recipient, uint256 amount)
Deposit(address indexed sender, address indexed owner, uint256 amount)
Exchange(address indexed sender, uint256 amount)
Paused(bool flag)
PendingAdminUpdated(address pendingAdmin)
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)
Withdraw(address indexed sender, address indexed recipient, uint256 amount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
ERC20CallFailed(address target, bool success, bytes data)
IllegalArgument()
IllegalState()
Unauthorized()