InscriptionFactory
Verified contract
Active on
Base with 16 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 "InscriptionFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2780440 | a year ago | | | 0 | 0.000000000004281008 | |
| 2780393 | a year ago | | | 0 | 0.000000000004541760 | |
| 2155049 | a year ago | | | 0.01 | 0.0000018188230 | |
| 2146220 | a year ago | | | 0.01 | 0.0037887021 | |
| 2144019 | a year ago | | | 0.01 | 0.0045360579 | |
| 2098722 | a year ago | | | 0 | 0.000000031490000000 | |
| 2007284 | a year ago | | | 0.01 | 0.0046364053 | |
| 2006401 | a year ago | | | 0.01 | 0.0045388078 | |
| 2005607 | a year ago | | | 0.01 | 0.00018156963 | |
| 2005329 | a year ago | | | 0.01 | 0.0027216887 |
ABI
ABI objects
Getter at block 22759447
baseFee() view returns (uint256)
500000000000000
factoryV1() view returns (address)
0x2431ff6bc8f24902240cd96e9912df40e4f9488d
fundingCommission() view returns (uint256)
100
getInscriptionAmount() view returns (uint256)
12
inscriptionFee() view returns (uint256)
10000000000000000
launched() view returns (bool)
true
maxFrozenTime() view returns (uint256)
86400
maxNameSize() view returns (uint8)
20
maxTickSize() view returns (uint8)
4
owner() view returns (address)
0x084f0e299bf6ec32232b44c338821c25c5f30e40
Read-only
compareStrings(string a, string b) pure returns (bool)
getIncriptionById(uint256 _id) view returns (struct InscriptionFactoryToken, uint256)
getIncriptionByTick(string _tick) view returns (struct InscriptionFactoryToken, uint256)
getIncriptionIdByTick(string _tick) view returns (uint256)
getIncriptions(uint256 _pageNo, uint256 _pageSize, uint256 _type, string _searchBy) view returns (struct InscriptionFactoryToken[] inscriptions_, uint256[] totalSupplies_)
getInscriptionAmountByType(uint256 _type) view returns (uint256)
State-modifying
Events deploy(string _tick, string _name, uint256 _cap, uint256 _limitPerMint, uint256 _maxMintSize, uint256 _freezeTime, address _onlyContractAddress, uint256 _onlyMinQuantity, uint256 _crowdFundingRate, address _crowdFundingAddress) payable returns (address _inscriptionAddress)
migrateV1Inscriptions()
renounceOwnership()
transferOwnership(address newOwner)
updateBaseFee(uint256 _fee)
updateFundingCommission(uint256 _rate)
updateTickSize(uint8 _size)
withdraw(address _to, uint256 _amount)
DeployInscription(uint256 indexed id, string tick, string name, uint256 cap, uint256 limitPerMint, address inscriptionAddress, uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _factoryV1)
receive()
This contract contains no error objects.