LockBox

Verified contract

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

No balances found for "LockBox"

0xae493284ca6fca637f98cd724fd76623813d303d6489b8c88ecf025fd1412b85
0x4fb574f57ebdd250d0e1553c321083fc471ef3dfca98ca02469768e7d5a43b71
0x026cf839b2d0c6ce237321c03ca766015dd9ad534b5f4e43d299aea04dd7290b

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