This contract is being backfilled. You may encounter incomplete storage history.

LooteryFactory

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x8f64cf80 at 10444803
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "LooteryFactory"

No transactions found for "LooteryFactory"


Functions
Getter at block 22762283
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)
0x77ba0e030fda2902e6e77ff39e082087219032b0
getRandomiser(view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
Read-only
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
create(string name_string symbol_uint8 numPicks_uint8 maxBallValue_uint256 gamePeriod_uint256 ticketPrice_uint256 communityFeeBps_address prizeToken_returns (address)
grantRole(bytes32 roleaddress account
init(address looteryMasterCopyaddress randomiser
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
setRandomiser(address randomiser
upgradeToAndCall(address newImplementationbytes datapayable 
Events
Initialized(uint64 version
LooteryLaunched(address indexed looteryProxyaddress indexed looteryImplementationaddress indexed deployerstring name
RandomiserUpdated(address oldRandomiseraddress newRandomiser
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Upgraded(address indexed implementation
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
AddressEmptyCode(address target
ERC1167FailedCreateClone(
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedInnerCall(
InvalidInitialization(
NotInitializing(
UUPSUnauthorizedCallContext(
UUPSUnsupportedProxiableUUID(bytes32 slot