AnimeMetaverseTicket
Verified contract
Active on
Ethereum with 2,311 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd241…0df3
Balances ($0.00)
No balances found for "AnimeMetaverseTicket"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20942069 | a month ago | | | 0 | 0.00029968932 | |
| 20654196 | 3 months ago | | | 0 | 0.000030699457 | |
| 20650668 | 3 months ago | | | 0 | 0.00014279315 | |
| 20649046 | 3 months ago | | | 0 | 0.00010477647 | |
| 20649010 | 3 months ago | | | 0 | 0.000055956021 | |
| 20642728 | 3 months ago | | | 0 | 0.000090345774 | |
| 20641896 | 3 months ago | | | 0 | 0.00022156888 | |
| 20618524 | 3 months ago | | | 0 | 0.000061755312 | |
| 20618271 | 3 months ago | | | 0 | 0.000063479487 | |
| 20618044 | 3 months ago | | | 0 | 0.000051308791 |
ABI
ABI objects
Getter at block 21222392
DEFAULT_PREMIUM_TICKET_PRICE() view returns (uint256)
60000000000000000
baseURI() view returns (string)
https://reward-metadata.animemetaverse.ai/ticket/
freeTicketMaxSupply() view returns (uint256)
16003
freeTicketMintingActive() view returns (bool)
true
freeTicketTotalSupply() view returns (uint256)
6754
maxPremiumTicketMintLimit() view returns (uint256)
100
owner() view returns (address)
0x0f2e131e8dc813b0de0e5848751279aacad41ace
premiumTicketMaxSupply() view returns (uint256)
20016
premiumTicketMintingActive() view returns (bool)
false
premiumTicketPrice() view returns (uint256)
60000000000000000
premiumTicketTotalSupply() view returns (uint256)
13656
Read-only
IsMintRequestValid(address _walletAddress, uint256 _mintAmount) view returns (bool)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
burnerList(address) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _tokenId) view returns (string)
whiteListedUsersInfo(address) view returns (uint256 maxAllowedToMint, uint256 alreadyMinted)
State-modifying
Events ActivateFreeTicketMinting(bool _flag)
ActivatePremiumTicketMinting(bool _flag)
addToWhitelistBatch(address[] _accounts, uint256[] _ticketAmounts)
airDropPremiumTicket(address[] _addresses, uint256[] _amounts)
burn(uint256 tokenId, address _account, uint256 _numberofTickets)
mintFreeTicket(uint256 _mintAmount)
mintPremiumTicket(uint256 _mintAmount) payable
renounceOwnership()
resetMintPrice()
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)
setBurnerAddress(address _burner, bool _flag)
setURI(string _newuri)
setWithdrawWallet(address _wallet)
transferOwnership(address newOwner)
updateMaxMintLimitForPremiumTicket(uint256 _maxLimit)
updateMaxSupplyForFreeTicket(uint256 _newMaxSupply)
updateMaxSupplyForPremiumTicket(uint256 _newMaxSupply)
updateMintPrice(uint256 _newPrice)
updateWhitelistBatch(address[] _accounts, uint256[] _ticketAmounts)
withdrawETH()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
BurnTicket(address _ticketOwner, uint256 _burnAmount, uint256 _tokenId)
MintFreeTicket(address _receiver, uint256 _mintAmount, uint256 _tokenId)
MintPremiumTicket(address _receiver, uint256 _mintAmount, uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
constructor()
This contract contains no fallback and receive objects.
AlreadyWhiteListed(address wlAddress)
FreeTicketMintingNotActive()
InvalidAddress()
InvalidArrayLength()
InvalidBurnAmount()
InvalidMaxSupply()
InvalidTokenId()
MaximumLimitToMintTicketExceeded()
NotAllowedToBurn()
NotWhiteListed(address wlAddress)
PremiumTicketMintingNotActive()
ValueCanNotBeZero()