LockBox

Verified contract

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

No balances found for "LockBox"

0x90924b7af8f98e92aeaa99ded06ad19de6298dcbc2fce57716995b334f9edb8a
0x9a8a82aeea0d5013e15b3de1e02bf2345ce71f7c6e017a9d26fd470ed2341038
0x2806c80ba8c3e36d9392b96c18188dee7e8d49859d2db0ad1b487aafca7913cd

Functions
Getter at block 22151286
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