Miratashi
Verified contract
Active on
Ethereum with 8,776 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
18 additional
variables
Balances ($0.00)
No balances found for "Miratashi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21354515 | 4 days ago | | | 0 | 0.00071499556 | |
| 21106415 | a month ago | | | 0 | 0.00016300440 | |
| 21104791 | a month ago | | | 0 | 0.00014950497 | |
| 21104770 | a month ago | | | 0 | 0.00012679254 | |
| 21101945 | a month ago | | | 0 | 0.00030285528 | |
| 21022085 | 2 months ago | | | 0 | 0.00081210245 | |
| 21013215 | 2 months ago | | | 0 | 0.00048729462 | |
| 20998132 | 2 months ago | | | 0 | 0.00038034360 | |
| 20950447 | 2 months ago | | | 0 | 0.0015820359 | |
| 20941825 | 2 months ago | | | 0 | 0.0011054760 |
ABI
ABI objects
Getter at block 21379968
FOUNDER_ADDRESS() view returns (address)
0x5f3278c06135c69ce171914793584c04f4ad5054
MAX_PUBLIC_MINT_TXN_SIZE() view returns (uint256)
5
MINT_CAPACITY() view returns (uint256)
10000
TEAM_TREASURY_ADDRESS() view returns (address)
0x9f4da584027518dd170956e07b22769b1eb30050
TEAM_TREASURY_SUPPLY() view returns (uint256)
1000
auctionCapacity() view returns (uint256)
6243
auctionCurrentPrice() view returns (uint256)
25000000000000000
auctionDecrementFrequency() view returns (uint256)
1800
auctionEndingPrice() view returns (uint256)
0
auctionFinalPrice() view returns (uint256)
25000000000000000
auctionMinted() view returns (uint256)
6243
auctionPriceDecrement() view returns (uint256)
25000000000000000
auctionStartingPrice() view returns (uint256)
150000000000000000
auctionStartingTime() view returns (uint256)
1677601800
baseURIExtension() view returns (string)
filterRegistrant() view returns (address)
0xf385bb1b74fedd5bf572d41131d64b5c7826209c
isRevealed() view returns (bool)
false
isTeamTreasuryMinted() view returns (bool)
true
merkleRootWhitelist() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
Miratashi
ogPhaseDuration() view returns (uint256)
600
ogPhaseMinted() view returns (uint256)
221
ogPhasePrice() view returns (uint256)
0
ogPhaseStartingTime() view returns (uint256)
1678385820
operatorFilterRegistryAddress() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner() view returns (address)
0x434d85c61c1fcc0bf439b2e2ecdb87071f25ef85
phase() view returns (uint8)
10
remainingSupply() view returns (uint256)
0
symbol() view returns (string)
MIRA
tokenBaseURI() view returns (string)
https://miratashi-token-api.fly.dev/token/
totalSupply() view returns (uint256)
10000
whitelistCapacity() view returns (uint256)
0
whitelistDuration() view returns (uint256)
0
whitelistDurationGuarantee() view returns (uint256)
0
whitelistMinted() view returns (uint256)
0
whitelistPrice() view returns (uint256)
0
whitelistStartingTime() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
userToTokenBatch(address _user) view returns (struct MiratashiTokenBatchPriceData[])
userToTokenBatchPriceData(address, uint256) view returns (uint128 pricePaid, uint8 quantityMinted)
walletOGPhase(address) view returns (bool)
walletOGPhaseCapacity(address) view returns (uint8)
walletOGPhaseMinted(address) view returns (uint8)
walletWhitelistMinted(address) view returns (uint8)
State-modifying
Events addToOG(address[] _toAddAddresses, uint8[] _listOfMintCapacity)
approve(address to, uint256 tokenId) payable
mintDutchAuction(uint8 _quantity) payable
mintOG(uint8 _quantity) payable
mintTeamTreasury()
mintWhitelist(bytes32[] merkleProof) payable
removeFromOG(address[] _toRemoveAddresses)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI, string _extension)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setFilterRegistrant(address _newRegistrant)
setOperatorFilterRegistryAddress(address _registryAddress)
setPhase(uint8 _numOfPhase)
setupAuction(uint256 _increaseCapacity, uint256 _price, uint256 _decrement, uint256 _frequency, uint256 _startTime)
setupOGPhase(uint256 _newPrice, uint256 _startTime, uint256 _duration)
setupWhitelist(bytes32 _merkleRoot, uint256 _newPrice, uint256 _capacity, uint256 _startTime, uint256 _duration, uint256 _durationGuarantee)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TokenTransferLocked()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()