UsdPlusToken
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
17
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
4 additional
variables
Balances ($0.00)
No balances found for "UsdPlusToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "UsdPlusToken"
ABI
ABI objects
Getter at block 22751874
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PORTFOLIO_AGENT_ROLE() view returns (bytes32)
0xd67ad422505496469a1adf6cdf9e5ee92ac5d33992843c9ecc4b2f6d6cde9137
decimals() view returns (uint8)
0
exchange() view returns (address)
0x0000000000000000000000000000000000000000
isPaused() view returns (bool)
false
name() view returns (string)
nonRebaseOwnersLength() view returns (uint256)
0
nonRebasingSupply() view returns (uint256)
0
ownerLength() view returns (uint256)
0
paused() view returns (bool)
false
payoutManager() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
rebasingCredits() view returns (uint256)
0
rebasingCreditsHighres() view returns (uint256)
0
rebasingCreditsPerToken() view returns (uint256)
0
rebasingCreditsPerTokenHighres() view returns (uint256)
0
roleManager() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
totalSupply() view returns (uint256)
0
totalSupplyOwners() view returns (uint256)
0
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.