LockBox

Verified contract

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

No balances found for "LockBox"

0x899eab46f884b91158510d1f034885420edaf5405b06e87910cfb83e16ab9a5f
0x0f697facb327d9dcf3d67e371c81aa6ce4c169c45fdae41118245abd84e3ee76
0x74a533f90736d846cbe4bbdbda061237036877a85189fb255b9d6603deaf972a

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