TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 723 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21260504 | 18 hours ago | | | 0 | 0.00036966067 | |
| 21260486 | 18 hours ago | | | 0 | 0.00032630080 | |
| 21241932 | 3 days ago | | | 0 | 0.00038297263 | |
| 21241932 | 3 days ago | | | 0 | 0.00038297263 | |
| 21235745 | 4 days ago | | | 0 | 0.00051504789 | |
| 21235654 | 4 days ago | | | 0 | 0.00046562814 | |
| 21228161 | 5 days ago | | | 0 | 0.00045599150 | |
| 21228161 | 5 days ago | | | 0 | 0.00045614937 | |
| 21221534 | 6 days ago | | | 0 | 0.00037170656 | |
| 21220302 | 6 days ago | | | 0 | 0.00038235105 |
ABI
ABI objects
Getter at block 21265790
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x70c9d88fcc426c654518ac3170502b7377d6d711e1508b772359eef79c1f6b2b
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
decimals() pure returns (uint8)
6
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=omUSD, version=1, chainId=1, verifyingContract=0xd3043d66afe00344c115f7f81d18277c5c718ff8, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
interchainTokenId() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
interchainTokenService() view returns (address)
0xb5fb4be02232b1bba4dc8f81dc24c26980de9e3c
name() view returns (string)
OpenMoney USD
symbol() view returns (string)
omUSD
totalSupply() view returns (uint256)
1000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
nonces(address owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(address account, uint256 amount)
burn(uint256 value)
burnFrom(address account, uint256 value)
grantRole(bytes32 role, address account)
initialize(address timeLockerDAO, address financeHub, address interchainTokenServiceAddress)
interchainTransfer(string destinationChain, bytes recipient, uint256 amount, bytes metadata) payable
interchainTransferFrom(address sender, string destinationChain, bytes recipient, uint256 amount, bytes metadata) payable
migrateOldUSDO()
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
setTokenId(bytes32 _tokenId)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
Initialized(uint64 version)
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(address _logic, address initialOwner, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidInitialization()
NotInitializing()