SubscriptionTokenV1Factory
Verified contract
Active on
Base with 536 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000736 |
$0 | |
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16032738 | 5 months ago | | | 0 | 0.0000025195765 | |
| 16024204 | 5 months ago | | | 0 | 0.0000026931959 | |
| 16018978 | 5 months ago | | | 0 | 0.0000031774531 | |
| 16014914 | 5 months ago | | | 0 | 0.0000029843725 | |
| 15949854 | 5 months ago | | | 0 | 0.0000014643769 | |
| 15936840 | 5 months ago | | | 0 | 0.0000029131661 | |
| 15936765 | 5 months ago | | | 0 | 0.0000029131661 | |
| 15936688 | 5 months ago | | | 0 | 0.0000030453361 | |
| 15932807 | 5 months ago | | | 0 | 0.0000026923574 | |
| 15903551 | 5 months ago | | | 0 | 0.0000034446563 |
ABI
ABI objects
Getter at block 22772224
owner() view returns (address)
0xb6412d140f8064b369d46d6db491e6ca2101dc78
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
feeInfo(uint256 feeId) view returns (address collector, uint16 bips, uint256 deployFeeWei)
State-modifying
Events acceptOwnership()
createFee(uint256 id, address collector, uint16 bips)
deploySubscription(string name, string symbol, string contractURI, string tokenURI, uint256 tokensPerSecond, uint256 minimumPurchaseSeconds, uint16 rewardBps, address erc20TokenAddr, uint256 feeConfigId) payable returns (address)
destroyFee(uint256 id)
renounceOwnership()
transferDeployFees(address recipient)
transferOwnership(address newOwner)
updateMinimumDeployFee(uint256 minFeeAmount)
DeployFeeChange(uint256 amount)
DeployFeeTransfer(address indexed recipient, uint256 amount)
Deployment(address indexed deployment, uint256 feeId)
FeeCreated(uint256 indexed id, address collector, uint16 bips)
FeeDestroyed(uint256 indexed id)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address implementation)
This contract contains no fallback and receive objects.
This contract contains no error objects.