DAI+
Verified contract
Proxy
Active on
Base with 12,377 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 1 additional slot
5 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000763 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 2 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22740428 | 6 hours ago | | | 0 | 2.6032160e-7 | |
| 22731679 | 11 hours ago | | | 0 | 0.0000063415233 | |
| 22716311 | 20 hours ago | | | 0 | 0.0000016735285 | |
| 22709594 | a day ago | | | 0 | 0.0000012664768 | |
| 22706905 | a day ago | | | 0 | 0.0000021653533 | |
| 22706876 | a day ago | | | 0 | 0.0000021653533 | |
| 22706508 | a day ago | | | 0 | 7.1766693e-7 | |
| 22699843 | a day ago | | | 0 | 4.9405214e-7 | |
| 22699701 | a day ago | | | 0 | 0.0000018039595 | |
| 22694083 | a day ago | | | 0 | 7.9376073e-7 |
ABI
ABI objects
Getter at block 22751874 proxiableUUID() view returns (bytes32) totalSupplyOwners() view returns (uint256)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PORTFOLIO_AGENT_ROLE() view returns (bytes32)
0xd67ad422505496469a1adf6cdf9e5ee92ac5d33992843c9ecc4b2f6d6cde9137
decimals() view returns (uint8)
18
exchange() view returns (address)
0xf7d693ce960e70721f0353f967360046ba7d4efa
isPaused() view returns (bool)
false
name() view returns (string)
DAI+
nonRebaseOwnersLength() view returns (uint256)
6
nonRebasingSupply() view returns (uint256)
37833567257755834385056
ownerLength() view returns (uint256)
7774
paused() view returns (bool)
false
payoutManager() view returns (address)
0x17e14affd9266f5761660a2a3919ae6f3076190c
rebasingCredits() view returns (uint256)
13456250559743463785728
rebasingCreditsHighres() view returns (uint256)
13456250559743463785728987047186
rebasingCreditsPerToken() view returns (uint256)
941143813386499050
rebasingCreditsPerTokenHighres() view returns (uint256)
941143813386499050702253799
roleManager() view returns (address)
0xa5096260710d135f9c3762fcd07b6b2e2fd127d1
symbol() view returns (string)
DAI+
totalSupply() view returns (uint256)
52131329585198762832598
Read-only
allowance(address _owner, address _spender) view returns (uint256)
assetToCredit(address owner, uint256 amount) view returns (uint256 credit)
balanceOf(address _account) view returns (uint256)
creditToAsset(address owner, uint256 credit) view returns (uint256 asset)
creditsBalanceOf(address _account) view returns (uint256, uint256)
creditsBalanceOfHighres(address _account) view returns (uint256, uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
nonRebasingCreditsPerToken(address) view returns (uint256)
ownerAt(uint256 index) view returns (address)
ownerBalanceAt(uint256 index) view returns (uint256)
rebaseState(address) view returns (uint8)
subCredits(address owner, uint256 credit1, uint256 credit2, string errorText) view returns (uint256 resultCredit)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(address account, uint256 amount)
changeNegativeSupply(uint256 _newTotalSupply)
changeSupply(uint256 _newTotalSupply) returns (struct NonRebaseInfo[], uint256)
decreaseAllowance(address _spender, uint256 _subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address _spender, uint256 _addedValue) returns (bool)
initialize(string name, string symbol, uint8 decimals)
mint(address _account, uint256 _amount)
pause()
rebaseOptIn(address _address)
rebaseOptOut(address _address)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setExchanger(address _exchanger)
setPayoutManager(address _payoutManager)
setRoleManager(address _roleManager)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
BeaconUpgraded(address indexed beacon)
ExchangerUpdated(address exchanger)
Initialized(uint8 version)
PayoutManagerUpdated(address payoutManager)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleManagerUpdated(address roleManager)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TotalSupplyUpdatedHighres(uint256 totalSupply, uint256 rebasingCredits, uint256 rebasingCreditsPerToken)
Transfer(address indexed from, address indexed to, uint256 value)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.