MAGIC TREASURE
Verified contract
Active on
Ethereum with 2,701 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 TREASURE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19837452 | 7 months ago | | | 0 | 0.00016122304 | |
| 18909975 | a year ago | | | 0 | 0.00046773996 | |
| 18908442 | a year ago | | | 0 | 0.00054604488 | |
| 18906776 | a year ago | | | 0 | 0.00076802387 | |
| 18642403 | a year ago | | | 0 | 0.0015413503 | |
| 18583061 | a year ago | | | 0 | 0.0012045067 | |
| 18320423 | a year ago | | | 0 | 0.00031655535 | |
| 18320399 | a year ago | | | 0 | 0.00059906196 | |
| 17946515 | a year ago | | | 0 | 0.00045511251 | |
| 17806845 | a year ago | | | 0 | 0.00091387773 |
ABI
ABI objects
Getter at block 21325748
contractURI() pure returns (string)
https://mw9spidhbc.execute-api.us-east-1.amazonaws.com/dev/contract/magic-treasure
getCost() view returns (uint256)
10000000000000000
getCurrentSupply() view returns (uint256)
7000
getFreeMintLimit() view returns (uint256)
5
getFreeSupply() view returns (uint256)
7000
getMaxSupply() view returns (uint256)
10000
getMintStatus() view returns (bool)
true
getState() view returns (bool, uint256, uint256, uint256, uint256, uint256)
(true, 10000000000000000, 10000, 7000, 7000, 5)
name() view returns (string)
MAGIC TREASURE
owner() view returns (address)
0x7707ea1111f429a75adacf3789a4136ed0a4f539
symbol() view returns (string)
MT
totalSupply() view returns (uint256)
7000
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allowPublicMint()
approve(address to, uint256 tokenId)
denyPublicMint()
freeMint(uint256 count) payable
mintTokens(address[] recipients) payable
mintTokens(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 cost)
setFreeMintLimit(uint256 max)
setFreeSupply(uint256 max)
setMaxSupply(uint256 max)
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(string tokenName, string symbol, uint256 cost, uint256 supply)
This contract contains no fallback and receive objects.
This contract contains no error objects.