TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 4,497 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot
0xbf7a…a8d0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22907205 | 5 hours ago | | | 0 | 0.0000017700108 | |
| 22903414 | 7 hours ago | | | 0.027538291 | 0.0000090467845 | |
| 22903157 | 7 hours ago | | | 0.099999251 | 0.0000090482787 | |
| 22894982 | 11 hours ago | | | 0 | 0.0000012751679 | |
| 22884924 | 17 hours ago | | | 0 | 0.0000015459588 | |
| 22884730 | 17 hours ago | | | 0 | 0.0000019645048 | |
| 22884640 | 17 hours ago | | | 0 | 0.0000021583676 | |
| 22883723 | 18 hours ago | | | 0.003515549 | 0.0000066551484 | |
| 22880628 | 19 hours ago | | | 0.43239603 | 0.000013820084 | |
| 22879673 | 20 hours ago | | | 0 | 0.0000097201109 |
ABI
ABI objects
Getter at block 22915384
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
PAYMENT_DELEGATE_ROLE() view returns (bytes32)
0x45fbae69cdc6a13ea2c83026dab8ff285f702acdc48836818359b98636b47174
acceptedPaymentTokens() view returns (address[])
[0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913]
paused() view returns (bool)
false
paymentRecipient() view returns (address)
0xd8881c3f7dd2e277b0f3ec6c49bbee35021008a9
swapModule() view returns (address)
0xbf7abc15f00a8c2d6b13a952c58d12b7c194a8d0
swapTarget() view returns (address)
0x0000000000000000000000000000000000000000
v3SwapTarget() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addPaymentToken(address newToken)
delegatedPayWithSwap(address from, address sourceTokenAddress, uint256 sourceTokenAmountMax, uint256 paymentTokenAmount, bytes32 paymentReference, uint256 deadline, bytes path)
delegatedPayWithToken(address from, address paymentTokenAddress, uint256 paymentTokenAmount, bytes32 paymentReference)
grantRole(bytes32 role, address account)
initialize(address _admin, address _paymentRecipient, address _swapTarget, address _wrappedNative, address[] _acceptedTokens)
pause()
payWithNativeSwap(uint256 paymentTokenAmount, bytes32 paymentReference, uint256 deadline, bytes path) payable
payWithSwap(address sourceTokenAddress, uint256 sourceTokenAmountMax, uint256 paymentTokenAmount, bytes32 paymentReference, uint256 deadline, bytes path)
payWithToken(address paymentTokenAddress, uint256 paymentTokenAmount, bytes32 paymentReference)
removePaymentToken(address newToken)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setPaymentRecipient(address newPaymentRecipient)
setSwapModule(address newSwapTarget)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
Paused(address account)
Payment(address to, address indexed from, address indexed sourceToken, uint256 sourceTokenAmount, address paymentToken, uint256 paymentTokenAmount, bytes32 indexed paymentReference)
PaymentRecipientChanged(address recipient, address sender)
PaymentTokenAdded(address token)
PaymentTokenRemoved(address token)
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)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
InvalidSourceToken()
NonAcceptedToken(address token)
SetZeroAddress()
UnauthorizedExecutor(address caller)