EIP173Proxy
Verified contract
Proxy
Active on
Ethereum with 0 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
Balances ($0.00)
No balances found for "EIP173Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "EIP173Proxy"
ABI
ABI objects
Getter at block 21399380
owner() view returns (address)
0x2a6619c2d388dbdfb473ebeb7e5b057283ccb3b0
admin() view returns (address)
0x2a6619c2d388dbdfb473ebeb7e5b057283ccb3b0
isPaused() view returns (bool)
false
pauser() view returns (address)
0x2a6619c2d388dbdfb473ebeb7e5b057283ccb3b0
Read-only
supportsInterface(bytes4 id) view returns (bool)
adapters(uint16) view returns (address)
allowance(address) view returns (bool)
State-modifying
Events transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
allow(address caller_)
disallow(address caller_)
init(address admin_)
mintTokens(uint16 executionChainId_, string token_, uint256 amount_, string recipient_, uint256 gaslessClaimReward_, string referrer_, uint256 referrerFee_)
pause()
setAdapter(uint16 executionChainId_, address adapter_)
unpause()
updateAdmin(address admin_)
updatePauser(address pauser_)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProxyImplementationUpdated(address indexed previousImplementation, address indexed newImplementation)
AdminUpdated(address sender, address oldAdmin, address admin)
Paused(address account)
PauserUpdated(address sender, address oldPauser, address pauser)
Unpaused(address account)
constructor(address implementationAddress, address ownerAddress, bytes data)
fallback()
receive()
This contract contains no error objects.