MimicShhansAi
Verified contract
Active on
Ethereum with 1,168 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 "MimicShhansAi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18147550 | a year ago | | | 0 | 0.00041267303 | |
| 18147543 | a year ago | | | 0 | 0.00041027580 | |
| 17515963 | a year ago | | | 0 | 0.0021322535 | |
| 15846055 | 2 years ago | | | 0 | 0.00025870035 | |
| 15782119 | 2 years ago | | | 0 | 0.00072826691 | |
| 15676950 | 2 years ago | | | 0 | 0.00099097267 | |
| 15617452 | 2 years ago | | | 0 | 0.00016706939 | |
| 15617447 | 2 years ago | | | 0 | 0.00059756788 | |
| 15607139 | 2 years ago | | | 0 | 0.00013953556 | |
| 15607136 | 2 years ago | | | 0 | 0.00013678864 |
ABI
ABI objects
Getter at block 21288622
COST() view returns (uint256)
5000000000000000
FREE_MINT_SUPPLY() view returns (uint256)
3000
MAX_MINT() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
5000
isReady() view returns (bool)
true
isRevealed() view returns (bool)
true
name() view returns (string)
MimicShhansAi
owner() view returns (address)
0x9b4db8c166b14ad1ab2f08b372f3d854fcca1c09
symbol() view returns (string)
MSAI
totalSupply() view returns (uint256)
3081
Read-only
addressMintedBalance(address) view returns (uint256)
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)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _URI)
setCost(uint256 _cost)
setFreeSupply(uint256 _supply)
setNotRevealedURI(string _URI)
setReady(bool _state)
setRevealed(bool _state)
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)
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()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()