Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 8 additional slots
No balances found for "BTCdayu"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18117119 | a year ago | | | 0 | 0.00075483701 | |
| 18117078 | a year ago | | | 0 | 0.00096521500 | |
| 18117072 | a year ago | | | 0 | 0.00080064217 | |
| 18117065 | a year ago | | | 0 | 0.00069658728 | |
| 18117060 | a year ago | | | 0 | 0.00071636831 | |
| 18117054 | a year ago | | | 0 | 0.00069056232 | |
| 18117048 | a year ago | | | 0 | 0.00069414759 | |
| 18117042 | a year ago | | | 0 | 0.00067361546 | |
| 18117003 | a year ago | | | 0 | 0.00077194338 | |
| 18116989 | a year ago | | | 0 | 0.00088783935 |
ABI
ABI objects
Getter at block 21230645
decimals() view returns (uint8)
18
getFerc20Data() view returns (struct IInscriptionFERC20)
(100000000000000000000000000, 2500000000000000000000000, 0x0000000000000000000000000000000000000000, 1, 10, 0, 50000000000000000, 0x0000000000000000000000000000000000000000, 666, 100, 5000, true, 0x17fe21fab4784ecae27c7bb43d3d3cf3b73e7aa7, 500000000000000, 0xcb73c21d211144e0794d93f9a9072fb504e48ee2, 20, 0x0000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000)
name() view returns (string)
BTCdayu
symbol() view returns (string)
dayu
totalRollups() view returns (uint96)
20
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getLastMintFee(address _addr) view returns (uint256)
getLastMintTimestamp(address _addr) view returns (uint256)
getMintFee(address _addr) view returns (uint256 mintedTimes, uint256 nextMintFee)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
batchMint(address _to, uint32 _num) payable
burn(address account, uint256 amount)
burnFrom(address account, uint256 amount)
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)
Burn(address sender, address to, uint256 amount)
Mint(address sender, address to, uint256 amount, bool isVesting)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _tick, uint128 _cap, uint128 _limitPerMint, uint64 _inscriptionId, uint32 _maxMintSize, uint40 _freezeTime, address _onlyContractAddress, uint128 _onlyMinQuantity, uint96 _baseFee, uint16 _fundingCommission, uint128 _crowdFundingRate, address _whitelist, bool _isIFOMode, uint16 _liquidityTokenPercent, address _ifoContractAddress, address _inscriptionFactory, uint96 _maxRollups, address _customizedConditionContractAddress, address _customizedVestingContractAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.