TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 557 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) |
---|---|---|---|---|---|---|---|
| 21228599 | 5 days ago | | | 0 | 0.00086757841 | |
| 21224040 | 5 days ago | | | 0 | 0.0016575867 | |
| 21223985 | 5 days ago | | | 0 | 0.0015209525 | |
| 21121555 | 20 days ago | | | 0 | 0.00042734881 | |
| 21120593 | 20 days ago | | | 0 | 0.00051931535 | |
| 21086059 | 25 days ago | | | 0 | 0.0013288983 | |
| 21086043 | 25 days ago | | | 0 | 0.0011200605 | |
| 20892802 | 2 months ago | | | 0 | 0.0010276915 | |
| 20882968 | 2 months ago | | | 0 | 0.00025167255 | |
| 20874535 | 2 months ago | | | 0 | 0.00043394675 |
ABI
ABI objects
Getter at block 21262593
DOMAIN_SEPARATOR() view returns (bytes32)
0x33fab64d8687983973350149e5aa90870d3d088277b7159a58c0818db17d459a
blacklistAdmin() view returns (address)
0x5728fc59cbd09b063550ffcf7c6357aaa7777455
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Wrapped ABC-RAQ, version=1, chainId=1, verifyingContract=0x43009ed5f36011f14066b452d6ea207a43227548, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
mintAdmin() view returns (address)
0xc522b7ae8e2011eb844154590e601579f038ef16
name() view returns (string)
Wrapped ABC-RAQ
owner() view returns (address)
0x3dc18019349a26d05be6dea7ba746449c93e4f91
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
ABC-RAQ
totalSupply() view returns (uint256)
11569817130797000009999000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address _account) view returns (bool)
nonces(address owner) view returns (uint256)
permitMintHash(address permiter, address account, uint256 value, uint256 orderId, uint256 deadline) view returns (bytes32)
permitMintState(uint256 orderId) view returns (bool)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 value) returns (bool)
batchPermitMint(address[] accounts, uint256[] values, uint256[] orderIds, uint256[] deadlines, bytes[] signatures)
blacklist(address _account)
burn(uint256 value)
burnFrom(address account, uint256 value)
cancelPermitMint(uint256 orderId)
init(string name_, string symbol_, address initOwner_, address initBlacklistAdmin_, address initMintAdmin_)
mint(address account, uint256 value)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
permitMint(address account, uint256 value, uint256 orderId, uint256 deadline, bytes signature)
renounceBlacklistAdmin()
renounceMintAdmin()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unBlacklist(address _account)
unpause()
updateBlacklistAdmin(address _newBlacklistAdmin)
updateMintAdmin(address _newMintAdmin)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistAdminChanged(address indexed oldAdmin, address indexed newAdmin)
Blacklisted(address indexed _account)
EIP712DomainChanged()
Initialized(uint64 version)
MintAdminChanged(address indexed oldAdmin, address indexed newAdmin)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PermitMintProcessed(uint256 orderId, bool UsedOrCancel)
Transfer(address indexed from, address indexed to, uint256 value)
UnBlacklisted(address indexed _account)
Unpaused(address account)
constructor(address _logic, address initialOwner, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()
BlacklistableInvalidAdmin(address admin)
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)
EnforcedPause()
ExpectedPause()
FinalTokenMintInvalidAdmin(address admin)
FinalTokenMintInvalidSigner(address signer, address mintAdmin)
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
RenounceOwnershipUnauthorized()