LockerFactory

Verified contract

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

No balances found for "LockerFactory"

No transactions found for "LockerFactory"


Functions
Getter at block 23739291
admin(view returns (address)
0x6a22946fb71c06295373254ebc76989ee07d4f71
feeRecipient(view returns (address)
0x9a142b38d483d150db2c115b4efa5ca37ac57ebc
owner(view returns (address)
0x6a22946fb71c06295373254ebc76989ee07d4f71
Read-only

This contract contains no read-only function objects.

State-modifying
deploy(address tokenaddress beneficiaryuint64 durationSecondsuint256 tokenIduint256 feespayable returns (address)
renounceOwnership(
setFeeRecipient(address _feeRecipient
transferOwnership(address newOwner
Events
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
deployed(address indexed lockerAddressaddress indexed owneruint256 tokenIduint256 lockingPeriod
Constructor
constructor(address _feeRecipientaddress _admin
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account