Marmottoshis
Verified contract
Active on
Ethereum with 2,265 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($0.00)
No balances found for "Marmottoshis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21314761 | 44 minutes ago | | | 0 | 0.00047122866 | |
| 21314722 | an hour ago | | | 0 | 0.00059205209 | |
| 21273626 | 6 days ago | | | 0 | 0.00062817510 | |
| 21273589 | 6 days ago | | | 0 | 0.00064966021 | |
| 21267249 | 7 days ago | | | 0 | 0.00046494313 | |
| 21267249 | 7 days ago | | | 0 | 0.00062485625 | |
| 21235439 | 11 days ago | | | 0 | 0.00041261760 | |
| 21231980 | 12 days ago | | | 0 | 0.00052811448 | |
| 21206938 | 15 days ago | | | 0 | 0.00029049832 | |
| 21186631 | 18 days ago | | | 0 | 0.0023893535 |
ABI
ABI objects
Getter at block 21314974 getNumberOfIdLeft() view returns (uint256) totalSupply() view returns (uint256)
balanceOfSatoshis() view returns (uint256)
132436814
currentReservationNumber() view returns (uint256)
400
currentStep() view returns (uint8)
7
firstMerkleRoot() view returns (bytes32)
0x1d38efd9bcdea71407cd0a5512ccec9d362150473126b9e422f0a0d3b75b177a
freeMintMerkleRoot() view returns (bytes32)
0x43ce42873c57d3a46ea94fa43a753aba0bf390a797205f695c83aeabda9d2943
isMetadataLocked() view returns (bool)
false
isRevealed() view returns (bool)
true
marmott() view returns (address)
0x706e3da2dfdd1b4f209d3ca67d2647c8f764c7ea
maxSupply() view returns (uint256)
37
maxToken() view returns (uint256)
21
name() view returns (string)
Marmottoshis
owner() view returns (address)
0x189e0b364f7e3eed2aa3b463d96e9ebd0ab0b0a9
publicPrice() view returns (uint256)
63900000000000000
reservationNFTPrice() view returns (uint256)
46630000000000000
reservationPrice() view returns (uint256)
17270000000000000
secondMerkleRoot() view returns (bytes32)
0xc02fa0663e68df4bd82562fc8d0edba0d5f5e250771b14326c28177099fef122
symbol() view returns (string)
WASAT
whitelistPrice() view returns (uint256)
63900000000000000
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
balanceOfSatoshiByID(uint256) view returns (uint256)
firstWhitelistMintByWallet(address) view returns (uint256)
freeMintByWallet(address) view returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
isOnList(address _account, bytes32[] _proof, uint256 _step) view returns (bool)
metadataById(uint256) view returns (uint256 id, string artist_name, string marmot_name, string link, string uri)
redeemableById(uint256 _id) view returns (uint256)
reservationList(address) view returns (bool)
reservationMintByWallet(address) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
secondWhitelistMintByWallet(address) view returns (uint256)
supplyByID(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _tokenId) view returns (string)
State-modifying
Events addMetadata(uint256[] _id, string[] _artists_names, string[] _marmot_name, string[] _links, string[] _uri)
addSats(uint256 satoshis)
burnAndRedeem(uint256 _idToRedeem, string _btcAddress)
lockMetadata()
mint(uint256 idToMint, bytes32[] _proof) payable
renounceOwnership()
reservationForWhitelist() payable
reveal()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
subSats(uint256 satoshis)
transferOwnership(address newOwner)
updateFirstWhitelistMerkleRoot(bytes32 _merkleRoot)
updateFreeMintMerkleRoot(bytes32 _merkleRoot)
updateMarmott(address _marmott)
updatePublicPrice(uint256 _publicPrice)
updateReservationNFTPrice(uint256 _reservationNFTPrice)
updateReservationPrice(uint256 _reservationPrice)
updateSecondWhitelistMerkleRoot(bytes32 _merkleRoot)
updateStep(uint8 _step)
updateURI(string _newUri)
updateWLPrice(uint256 _whitelistPrice)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
newMint(address indexed sender, uint256 nftIdMinted)
newRedeemRequest(address indexed sender, uint256 nftIdRedeemed, uint256 burnAmount, string btcAddress, uint256 satoshisAmount)
newReservation(address indexed sender)
stepUpdated(uint8 currentStep)
constructor(address _marmott, string _uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.