Magic Mind
Verified contract
Active on
Ethereum with 792 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 "Magic Mind"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21219107 | 11 days ago | | | 0 | 0.00051527764 | |
| 20918176 | 2 months ago | | | 0 | 0.00044625885 | |
| 20797083 | 2 months ago | | | 0 | 0.00034963176 | |
| 20383346 | 4 months ago | | | 0 | 0.00012828127 | |
| 20081173 | 6 months ago | | | 0 | 0.00052125491 | |
| 20042721 | 6 months ago | | | 0 | 0.00039281029 | |
| 19564470 | 8 months ago | | | 0 | 0.0010092960 | |
| 19245055 | 9 months ago | | | 0 | 0.00068671512 | |
| 18938860 | a year ago | | | 0 | 0.00071495340 | |
| 18906934 | a year ago | | | 0 | 0.0011832797 |
ABI
ABI objects
Getter at block 21297704
baseURI() view returns (string)
https://www.magicmindnft.com/api/metadata-pre-reveal/
isMinting() view returns (bool)
false
isPresale() view returns (bool)
false
name() pure returns (string)
Magic Mind
owner() view returns (address)
0xc61088c04186e68ea3e61d60f13df15a2b2ec599
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() pure returns (string)
MIND
totalSupply() view returns (uint16)
1744
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMsg(address _wallet) pure returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
batchMintFromReserve(uint256[] amount, address[] to)
mint(uint256 amount) payable
mintFromReserve(uint256 amount, address to)
preMint(bytes sig, uint256 amount) 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)
setOpenseaProxyRegistry(address addr)
setRoyaltyPercent(uint256 amount)
togglePresale()
togglePublicSale()
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(uint256 _royalty, address _openseaProxyRegistry, string _tempBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.