ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 34 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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16231358 | 2 years ago | | | 0 | 0.0084065176 | |
| 16079198 | 2 years ago | | | 0 | 0.0051819235 | |
| 16078632 | 2 years ago | | | 0 | 0.0049506009 | |
| 16078624 | 2 years ago | | | 0 | 0.0051566714 | |
| 16050470 | 2 years ago | | | 0 | 0.0065730327 | |
| 16049676 | 2 years ago | | | 0 | 0.0067550833 | |
| 15454196 | 2 years ago | | | 0 | 0.0012066408 | |
| 15441297 | 2 years ago | | | 0 | 0.032198814 | |
| 15391093 | 2 years ago | | | 0 | 0.011971255 | |
| 15385169 | 2 years ago | | | 0 | 0.0073269428 |
ABI
ABI objects
Getter at block 21161270 proxiableUUID() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_ROLE() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
globalLoyaltyBaseURI() view returns (string)
https://api.passage.xyz/passageway/metadata/
globalPassportBaseURI() view returns (string)
https://api.passage.xyz/passageway/metadata/
loyaltyLatestVersion() view returns (uint256)
0
passportLatestVersion() view returns (uint256)
1
trustedForwarder() view returns (address)
0x0000000000000000000000000000000000000000
versionRecipient() pure returns (string)
0.1.0
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
loyaltyImplementations(uint256) view returns (address)
managedLoyaltyLedgers(address) view returns (bool)
managedPassports(address) view returns (bool)
passportImplementations(uint256) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addLoyaltyImplementation(address implementation)
addPassportImplementation(address implementation)
createLoyalty() returns (address loyaltyAddress)
createLoyalty(bytes data) returns (address loyaltyAddress)
createPassport(bytes data) returns (address passportAddress)
createPassport(string _tokenName, string _tokenSymbol, bool _transferEnabled, uint256 _maxSupply) returns (address passportAddress)
ejectLoyaltyLedger()
ejectPassport()
grantRole(bytes32 role, address account)
initialize(string _globalPassportBaseURI, string _globalLoyaltyBaseURI)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setGlobalLoyaltyBaseURI(string _uri)
setGlobalPassportBaseURI(string _uri)
setTrustedForwarder(address forwarder)
upgradeLoyalty(uint256 version, address loyaltyAddress) returns (uint256 newVersion)
upgradePassport(uint256 version, address passportAddress) returns (uint256 newVersion)
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)
Initialized(uint8 version)
LoyaltyBaseUriUpdated(string uri)
LoyaltyCreated(address indexed loyaltyAddress)
LoyaltyLedgerEjected(address ejectedAddress)
LoyaltyLedgerImplementationAdded(uint256 version, address implementation)
LoyaltyVersionUpgraded(address indexed loyaltyAddress, uint256 version)
PassportBaseUriUpdated(string uri)
PassportCreated(address indexed passportAddress)
PassportEjected(address ejectedAddress)
PassportImplementationAdded(uint256 version, address implementation)
PassportVersionUpgraded(address indexed passportAddress, uint256 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)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.