MIC-316VC
Verified contract
Active on
Ethereum with 546 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 "MIC-316VC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20712548 | 2 months ago | | | 0 | 0.00016171075 | |
| 19786983 | 6 months ago | | | 0 | 0.00025014001 | |
| 19652229 | 7 months ago | | | 0 | 0.00070306372 | |
| 19521195 | 8 months ago | | | 0 | 0.0017729598 | |
| 19404408 | 8 months ago | | | 0 | 0.0022812810 | |
| 19389232 | 8 months ago | | | 0 | 0.0031670627 | |
| 19289703 | 9 months ago | | | 0 | 0.0018961127 | |
| 19251847 | 9 months ago | | | 0 | 0.00073472738 | |
| 19026765 | 10 months ago | | | 0 | 0.00095220495 | |
| 19026759 | 10 months ago | | | 0 | 0.0016040650 |
ABI
ABI objects
Getter at block 21207361
name() view returns (string)
MIC-316VC
owner() view returns (address)
0xc6fa3b3173d9ed681f356ae2cd8155643bd300a8
paused() view returns (bool)
false
symbol() view returns (string)
MIC-316VC
Read-only
Tiers(uint256) view returns (bytes32 merkleRoot, uint256 totalSupply, uint256 totalMinted, uint256 price, uint256 mintLimit, uint256 mintPerTransectionLimit, bool status, bool whiteliststatus, string ipfsMetadataHash)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getSaleMinted(uint256 tier, address userAdress) view returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events addTier(bytes32 _merkleRoot, uint256 _totalSupply, uint256 _price, uint256 _mintLimit, uint256 _mintPerTransectionLimit, string _ipfsMetadataHash)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
editTier(bytes32 _merkleRoot, uint256 _totalSupply, uint256 _price, uint256 _mintLimit, uint256 _mintPerTransectionLimit, string _ipfsMetadataHash, uint256 _tierIndex)
mintGiveawayNFT(address _to, uint256 _count, uint256 _tierIndex)
mintNFT(uint256 _count, uint256 _tierIndex) payable
mintWhiteListNFT(uint256 _count, uint256 _tierIndex, bytes32[] merkleProof) payable
pause()
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setURI(string baseURI)
transferOwnership(address newOwner)
unpause()
updateMerkleRoot(uint256 _tierIndex, bytes32 _merkleRoot)
updateMintLimit(uint256 _tierIndex, uint256 _limit)
updateMintPerTransectionLimit(uint256 _tierIndex, uint256 _mintPerTransectionLimit)
updatePrice(uint256 _tierIndex, uint256 _price)
updateSaleStatus(uint256 _tierIndex, bool _status)
updateTotalSupply(uint256 _tierIndex, uint256 _totalSupply)
updateWhitelistStatus(uint256 _tierIndex, bool _status)
updateipfsMetadataHash(uint256 _tierIndex, string _string)
withdrawEther(address _to)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Mint(address indexed account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.