ERC1967Proxy
Verified contract
Proxy
Active on
Base with 2 txns
Unified storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11139319 | 9 months ago | | | 0 | 3.3737983e-7 | |
| 10450512 | 9 months ago | | | 0 | 1.9366520e-7 |
ABI
ABI objects
Getter at block 22753127 proxiableUUID() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
LOOTERY_MASTER_COPY_SLOT() view returns (bytes32)
0x15244694a038682b3dfdfc9a7b4d57f194bac87a538c298bbb15836f93f3d08e
NONCE_SLOT() view returns (bytes32)
0xb673313ff65da5deee919e9043f9d191abd6721ce5d457fcf870135fe1bceb99
RANDOMISER_SLOT() view returns (bytes32)
0x7fd620ff951c5553351af243f95586d6c40fbde77386fa401565df721194304b
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
computeNextAddress() view returns (address)
0xdd2af2675ed4e018837520a88346ce86da01e0ea
getRandomiser() view returns (address)
0xfbf562a98ab8584178efdcfd09755ff9a1e7e3a2
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 create(string name_, string symbol_, uint8 numPicks_, uint8 maxBallValue_, uint256 gamePeriod_, uint256 ticketPrice_, uint256 communityFeeBps_, address prizeToken_) returns (address)
grantRole(bytes32 role, address account)
init(address looteryMasterCopy, address randomiser)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
setRandomiser(address randomiser)
upgradeToAndCall(address newImplementation, bytes data) payable
Upgraded(address indexed implementation)
Initialized(uint64 version)
LooteryLaunched(address indexed looteryProxy, address indexed looteryImplementation, address indexed deployer, string name)
RandomiserUpdated(address oldRandomiser, address newRandomiser)
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 implementation, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
ERC1167FailedCreateClone()
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)