Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($19.94)
Native
Value
$19.94
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.006 | $3,323.53 |
$19.94 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21168099 | 3 hours ago | | | 0 | 0.00071671760 | |
| 21163308 | 19 hours ago | | | 0 | 0.00055861241 | |
| 21145233 | 3 days ago | | | 0 | 0.00045227378 | |
| 21111076 | 8 days ago | | | 0 | 0.00027120634 | |
| 21069610 | 14 days ago | | | 0 | 0.00018332625 | |
| 21069608 | 14 days ago | | | 0 | 0.00018681870 | |
| 21020448 | 21 days ago | | | 0 | 0.00018227479 | |
| 21019081 | 21 days ago | | | 0 | 0.00025387514 | |
| 21002835 | 23 days ago | | | 0 | 0.00016906367 | |
| 20991979 | 25 days ago | | | 0 | 0.00089196761 |
ABI
ABI objects
Getter at block 21168934
baseFee() view returns (uint256)
250000000000000
cap() view returns (uint256)
21000000000000000000000000
crowdFundingRate() view returns (uint256)
0
crowdfundingAddress() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
freezeTime() view returns (uint256)
1200
fundingCommission() view returns (uint256)
100
inscriptionFactory() view returns (address)
0x47b9949041ebf2472332883e64025d5d024941c6
inscriptionId() view returns (uint256)
3
limitPerMint() view returns (uint256)
1000000000000000000000
maxMintSize() view returns (uint256)
1
name() view returns (string)
Cash
onlyContractAddress() view returns (address)
0x0000000000000000000000000000000000000000
onlyMinQuantity() view returns (uint256)
0
symbol() view returns (string)
cash
totalSupply() view returns (uint256)
21000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getMintFee(address _addr) view returns (uint256 mintedTimes, uint256 nextMintFee)
lastMintFee(address) view returns (uint256)
lastMintTimestamp(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
batchMint(address _to, uint256 _num) payable
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to) payable
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _tick, uint256 _cap, uint256 _limitPerMint, uint256 _inscriptionId, uint256 _maxMintSize, uint256 _freezeTime, address _onlyContractAddress, uint256 _onlyMinQuantity, uint256 _baseFee, uint256 _fundingCommission, uint256 _crowdFundingRate, address _crowdFundingAddress, address _inscriptionFactory)
This contract contains no fallback and receive objects.
This contract contains no error objects.