LenseCore
Verified contract
Implementation
Active on
Base with 0 txns
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
Balances ($0.00)
No balances found for "LenseCore"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "LenseCore"
ABI
ABI objects
Getter at block 22707858
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
feePrice() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
token() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
depositMap(uint256) view returns (uint256)
State-modifying
Events claimCredit()
deposit(uint256 tier)
initialize()
payForOnce()
renounceOwnership()
setDepositMap(uint256 tier, uint256 price)
setFeePrice(uint256 _feePrice)
setToken(address _token)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
withdrawTokens(address beneficiary)
ClaimCredit(address indexed user)
Deposit(address indexed user, uint256 indexed tier, uint256 indexed amount)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayForOnce(address indexed user)
SetDepositMap(address indexed admin, uint256 indexed tier, uint256 indexed price)
SetFeePrice(address indexed admin, uint256 feePrice)
SetToken(address indexed admin, address token)
Upgraded(address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)