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 "LockerFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "LockerFactory"
ABI
ABI objects
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
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(address _feeRecipient, address _admin)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)