LockerFactoryV2
Verified contract
Active on
Base with 1 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "LockerFactoryV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23161040 | 11 days ago | | | 0 | 7.8467247e-7 |
ABI
ABI objects
Getter at block 23625043
feeRecipient() view returns (address)
0x2a67566660714afad6eb80a8a64eb7431b121f3c
owner() view returns (address)
0xcc4193b652fcb25347bb44a88d2b09b52585643f
Read-only
This contract contains no read-only function objects.
State-modifying
Events deploy(address token, address beneficiary, uint64 durationSeconds, uint256 tokenId, uint256 fees) payable returns (address)
renounceOwnership()
setFeeRecipient(address _feeRecipient)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
deployed(address indexed lockerAddress, address indexed owner, uint256 tokenId, uint256 lockingPeriod)
constructor()
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)