ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 1,763 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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19443481 | 8 months ago | | | 0.25 | 0.0022209685 | |
| 19424310 | 8 months ago | | | 0.25 | 0.0027112776 | |
| 19392276 | 8 months ago | | | 0.02309993 | 0.0052199623 | |
| 19362114 | 8 months ago | | | 0.25 | 0.0048261349 | |
| 19333776 | 9 months ago | | | 0.25 | 0.0048911069 | |
| 19333569 | 9 months ago | | | 0.021 | 0.0051240440 | |
| 19330458 | 9 months ago | | | 0.25 | 0.0033095912 | |
| 19277394 | 9 months ago | | | 0.25 | 0.0037997946 | |
| 19266227 | 9 months ago | | | 0.02630845 | 0.0013907060 | |
| 19262852 | 9 months ago | | | 0.95 | 0.0033476345 |
ABI
ABI objects
Getter at block 21184303 proxiableUUID() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_BPS() view returns (uint256)
10000
getFeeDetails() view returns (address feeReceiver, uint256 feeBps)
(feeReceiver=0x86c58ce54a4a42b131a1eb65ab13aff250da693e, feeBps=500)
implementationInterfaceId() pure returns (string interfaceId)
impl/IPaymentsNotary.sol:IAspenPaymentsNotaryV1
implementationVersion() pure returns (uint256 major, uint256 minor, uint256 patch)
(major=1, minor=0, patch=0)
isIAspenFeaturesV0() pure returns (bool)
true
minorVersion() pure returns (uint256 minor, uint256 patch)
(minor=0, patch=0)
supportedFeatures() pure returns (string[] features)
[IAspenFeatures.sol:IAspenFeaturesV0, IAspenVersioned.sol:IAspenVersionedV2, payments/IPaymentNotary.sol:IPaymentNotaryV1]
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
initialize(address _feeReceiver, uint256 _feeBPS)
pay(string _namespace, address _receiver, bytes32 _paymentReference, address _currency, uint256 _paymentAmount) payable
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
updateFeeDetails(address _newFeeReceiver, uint256 _newfeeBps)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
PaymentSent(string namespace, address indexed from, address indexed to, bytes32 indexed paymentReference, address currency, uint256 paymentAmount)
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)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
IllegalVersionUpgrade(uint256 existingMajorVersion, uint256 existingMinorVersion, uint256 existingPatchVersion, uint256 newMajorVersion, uint256 newMinorVersion, uint256 newPatchVersion)
ImplementationNotVersioned(address implementation)
InvalidFeeBps()
InvalidFeeReceiver()
InvalidPaymentAmount()
ZeroPaymentAmount()