ERC1967Proxy
Verified contract
Proxy
Active on
Base with 6,954 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 48 additional slots
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12757435 | 7 months ago | | | 0 | 0.0000019391812 | |
| 12664644 | 7 months ago | | | 0 | 0.0000018679550 | |
| 12582790 | 7 months ago | | | 0 | 0.0000019603641 | |
| 12582699 | 7 months ago | | | 0 | 0.0000019122036 | |
| 12388181 | 7 months ago | | | 0 | 0.0000015741080 | |
| 12387585 | 7 months ago | | | 0 | 0.0000015741080 | |
| 12387582 | 7 months ago | | | 0 | 0.0000015741080 | |
| 12387579 | 7 months ago | | | 0 | 0.0000015741080 | |
| 12386976 | 7 months ago | | | 0 | 0.0000015741080 | |
| 12386973 | 7 months ago | | | 0 | 0.0000015741080 |
ABI
ABI objects
Getter at block 21786774 proxiableUUID() view returns (bytes32)
adapter() view returns (address)
0xd1a1c06a23cd4f5755ae3e90b8dcc1608c40a58b
getTrialSubscription() view returns (uint64)
1
owner() view returns (address)
0xfdeede3aa92583a46a419190c3e58d035b1fe060
Read-only
estimateFee(uint8 playType, uint64 subId, bytes params) view returns (uint256 requestFee)
getNonce(uint64 subId) view returns (uint256)
pendingRequests(bytes32) view returns (uint8 playType, bytes param)
userSubIds(address) view returns (uint64)
State-modifying
Events cancelSubscription()
drawTickets(uint32 totalNumber, uint32 winnerNumber, uint64 subId, uint256 seed, uint16 requestConfirmations) payable returns (bytes32 requestId)
initialize()
rawFulfillRandomWords(bytes32 requestId, uint256[] randomWords)
rawFulfillRandomness(bytes32 requestId, uint256 randomness)
rawFulfillShuffledArray(bytes32 requestId, uint256[] shuffledArray)
renounceOwnership()
rollDice(uint32 bunch, uint32 size, uint64 subId, uint256 seed, uint16 requestConfirmations) payable returns (bytes32 requestId)
setTrialSubscription(uint64 _trialSubId)
transferOwnership(address newOwner)
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)
DrawTicketsRequest(address indexed user, uint64 indexed subId, bytes32 indexed requestId, uint32 totalNumber, uint32 winnerNumber, uint256 paidAmount, uint256 seed, uint16 requestConfirmations)
DrawTicketsResult(bytes32 indexed requestId, uint256[] result)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RollDiceRequest(address indexed user, uint64 indexed subId, bytes32 indexed requestId, uint32 bunch, uint32 size, uint256 paidAmount, uint256 seed, uint16 requestConfirmations)
RollDiceResult(bytes32 indexed requestId, uint256[] result)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
GasLimitTooBig(uint256 have, uint32 want)
InsufficientFund(uint256 fundAmount, uint256 requiredAmount)
InvalidParameters()
InvalidSubId()