MushGang
Verified contract
Active on
Ethereum with 11,021 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 "MushGang"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105909 | 24 days ago | | | 0 | 0.000078415069 | |
| 20997679 | a month ago | | | 0 | 0.00022061130 | |
| 20874787 | 2 months ago | | | 0 | 0.00028088092 | |
| 20744093 | 2 months ago | | | 0 | 0.00016918834 | |
| 20738314 | 2 months ago | | | 0 | 0.000057664233 | |
| 20672299 | 3 months ago | | | 0 | 0.00015963811 | |
| 20644008 | 3 months ago | | | 0 | 0.000082723709 | |
| 20555369 | 3 months ago | | | 0 | 0.000047444702 | |
| 20547422 | 3 months ago | | | 0 | 0.000051674150 | |
| 20547420 | 3 months ago | | | 0 | 0.000050964971 |
ABI
ABI objects
Getter at block 21278887
MAX_SUPPLY() view returns (uint256)
6556
MINT_PRICE() view returns (uint256)
6900000000000000
baseExtension() view returns (string)
.json
baseTokenURI() view returns (string)
ipfs://QmUN721QP1SmhHfnovkFHXc4mTJNfrmAcNgv4XrhPxwgzW/
baseURI() view returns (string)
ipfs://QmUN721QP1SmhHfnovkFHXc4mTJNfrmAcNgv4XrhPxwgzW/
maxByWalletPerMushSale() view returns (uint8)
1
maxByWalletPerPublic() view returns (uint8)
3
name() view returns (string)
MushGang
nextTokenId() view returns (uint256)
6557
notRevealedUri() view returns (string)
ipfs://QmdCHu4wttyBAnv3aRG1yw2VCwXZP4e56ZnDtccYY3q8Sw/
owner() view returns (address)
0x659c80dfbd98c520fc61159f5260d9504ed92d14
revealed() view returns (bool)
true
saleState() view returns (uint8)
1
symbol() view returns (string)
MUSH
totalBurned() view returns (uint256)
0
totalMinted() view returns (uint256)
6556
totalSupply() view returns (uint256)
6556
Read-only
balanceOf(address owner) view returns (uint256)
checkVipList(address checkedAddress) view returns (address, uint8)
exists(uint256 tokenId) view returns (bool)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getAvailableForMintByCurrentStage(address checkedAddress) view returns (uint8)
getOwnershipAt(uint256 index) view returns (struct IERC721ATokenOwnership)
getOwnershipOf(uint256 index) view returns (struct IERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberBurned(address owner) view returns (uint256)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
toString(uint256 x) pure returns (string)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(uint8 _amountOfMush, bytes32[] _proof) payable
mintVIP(uint8 _amountOfMush)
renounceOwnership()
reserveMint(address to, uint8 _amountOfMush)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setMaxByWalletPerMushSale(uint8 newMaxByWallet)
setMaxByWalletPerPublic(uint8 newMaxByWallet)
setMaxVipListRedemptions(address[] _addresses, uint8 _redemptions)
setMushListMerkleRoot(bytes32 newMerkleRoot_)
setNotRevealedURI(string _notRevealedURI)
setReveal(bool _setReveal)
setStage(uint8 _saleState)
transferFrom(address from, address to, uint256 tokenId)
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()
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotImplemented()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()