MUSHEEZ
Verified contract
Active on
Ethereum with 4,559 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 "MUSHEEZ"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20130988 | 5 months ago | | | 0 | 0.00040835367 | |
| 20111245 | 5 months ago | | | 0 | 0.00020921116 | |
| 20050849 | 6 months ago | | | 0 | 0.00016984777 | |
| 20000668 | 6 months ago | | | 0 | 0.00023840334 | |
| 19704879 | 7 months ago | | | 0 | 0.00050505180 | |
| 19503106 | 8 months ago | | | 0 | 0.00041002196 | |
| 18891795 | a year ago | | | 0 | 0.0011309176 | |
| 18831235 | a year ago | | | 0 | 0.00093518467 | |
| 18823147 | a year ago | | | 0 | 0.0020084573 | |
| 18312035 | a year ago | | | 0 | 0.00026115758 |
ABI
ABI objects
Getter at block 21304629
MAX_BY_MINT_IN_TRANSACTION_SALE() view returns (uint256)
3
MAX_MINT_SALE() view returns (uint256)
3
SALE_MINTED() view returns (uint256)
5000
SALE_NFT() view returns (uint256)
5000
SALE_PRICE() view returns (uint256)
0
name() view returns (string)
MUSHEEZ
owner() view returns (address)
0xa9abfec93bd2bd24f9d5c4233af7afaa2836ccfa
saleEnable() view returns (bool)
true
symbol() view returns (string)
MU
totalSupply() view returns (uint256)
5000
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
users(address) view returns (uint256 salemint)
State-modifying
Events approve(address to, uint256 tokenId)
mintSaleNFT(uint256 _count) payable
renounceOwnership()
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
safeTransferFrom(address from, address to, uint256 tokenId)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setSaleStatus(bool status)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address newOwner)
updateMintLimitPerTransectionSale(uint256 newLimit)
updateSaleMintLimit(uint256 newLimit)
updateSalePrice(uint256 newPrice)
updateSaleSupply(uint256 newSupply)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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.
This contract contains no error objects.