TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 339 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 ($34,238.45)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
alUSD | ERC-20 | 34.876165K | $0.981715 |
$34,238.45 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21169789 | 16 days ago | | | 0 | 0.0022957498 | |
| 21136188 | 21 days ago | | | 0 | 0.0013751709 | |
| 21136127 | 21 days ago | | | 0 | 0.0018934320 | |
| 21116003 | 24 days ago | | | 0 | 0.0011620493 | |
| 21115999 | 24 days ago | | | 0 | 0.0010057279 | |
| 21104700 | 25 days ago | | | 0 | 0.00031396615 | |
| 21104689 | 25 days ago | | | 0 | 0.00042485505 | |
| 21059729 | a month ago | | | 0 | 0.0013928473 | |
| 20946804 | 2 months ago | | | 0 | 0.0017763995 | |
| 20889554 | 2 months ago | | | 0 | 0.00043876439 |
ABI
ABI objects
Getter at block 21286349
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)
0
totalUnexchanged() view returns (uint256)
25996782884027313564729
underlyingToken() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
version() view returns (string)
2.2.0
whitelist() view returns (address)
0x35b2c16de6f283ab0949964d90ccf930f378ade6
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()