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

LockBox

Verified contract

Active on Base with 3 txns
Deployed by via 0x68affb75 at 19412932
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "LockBox"

0x0aa61aac652004d991765ce3ab799660e577d7ee770fb37437dc344b805f5517
0x4e92aa872cc21da950a105736f69b51f4dbd1003934c1fba611c8beb00ae6dab
0xda74c665e16442250b4e6728a0ad25e5c8c7f0db68244dd5ad36925d49f11e15

Functions
Getter at block 22105928
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
getInitializedVersion(view returns (uint64)
1
paused(view returns (bool)
false
Read-only
getLockedAmount(address owneraddress tokenview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasLockedAmount(address owneraddress tokenuint256 amountview returns (bool)
hasRole(bytes32 roleaddress accountview returns (bool)
isAllowedDistToken(address inDistTokenview returns (bool)
isAllowedToken(address inTokenview returns (bool)
isAllowedValueToken(address inValueTokenview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
addAdmin(address newAdmin
addDistToken(address inDistToken
addSingleToken(address inTokenAdd
addTokenPair(address inKeyTokenaddress inValueToken
disableValidation(
enableValidation(
grantRole(bytes32 roleaddress account
initBox(
lockAmount(address owneraddress tokenuint256 amount
pause(
removeAdmin(address inAdmin
removeDistToken(address inDistToken
removeToken(address inTokenAdd
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
unlockAmount(address owneraddress tokenuint256 amount
unlockAmountTo(address owneraddress toaddress tokenuint256 amount
unpause(
Events
Initialized(uint64 version
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
TokensLocked(address indexed owneraddress indexed tokenuint256 lockedAmount
TokensUnlocked(address indexed owneraddress indexed tokenuint256 unlockedAmount
Unpaused(address account
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
AlreadyInitialized(
BadTokenZero(
EnforcedPause(
ExpectedPause(
InsufficientLockedTokens(address owneraddress tokenuint256 availableuint256 required
InvalidInitialization(
InvalidToken(address tokenAdd
NotInitialized(
NotInitializing(
TokenNotAllowed(address tokenAdd