LockBox

Verified contract

Active on Base with 3 txns
Deployed by via 0xc24bf956 at 18686711
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xa1d5e954a82d0f8fc5310c910c19b47b4ede5f26146d2a00faf66adb73e5411e
0x6c97e9e4d99539c4ed48ce676b1a700eacee864f127432b324376d50c177f6bf
0x55cacfb5e5b7b2f6c385cee0e4ea76666ecc8e82935af021c8758c10179b8cbe

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