AnimeSkaters

Verified contract

Active on Ethereum with 3,967 txns
Deployed by via 0x5ad9667d at 15162829
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "AnimeSkaters"

0x564793c2e96e3885ba07fa6f32f2fadc6169d63892372fb92ad74b3b5a42a008
0x71d4cc4344dc0bca6d9bf52fc1e0c1d2c8f64835cb2773adbe9f8c6e1f314dcf
0x668934112d16fc80ac3e5dfe60ea0347d14e73d5adff9950c6661fb89160153e
0xa31f59898b591c8c7a16d685d78e6c27222a2a311268646020a182203e0f1e58
0x5af1e5a8857dfdb3459ea3129a3847d56204e8cc32aaffcf21aa4095712234ee
0xa4cb6ce6d0519335f4605c777c45dd59aa9c71525d5da6e97eaab66ef4911469
0x92367df889ffff9b9518c377f40c0ed68420b44a66e0643db16cca70abfdfca5
0x5ec6e3b423d24993d69c0c0e582e6d65e8ff2f5f060690c8b731082d25fefe72
0x99a82eed76b81aeb5c7f3ea6a1aad2365efac3deaf114eba12fbd175abbf2825
0xc06e506d1c1be8a587509f75316dde7f381c6704766bbc51b6d22fa03a065afc

Functions
Getter at block 20910622
cost(view returns (uint256)
4000000000000000
freeMaxMintAmount(view returns (uint256)
1
hiddenMetadataUri(view returns (string)
ipfs://__CID__/hidden.json
maxMintAmountPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
5000
name(view returns (string)
AnimeSkaters
owner(view returns (address)
0x7d2a48384ec3fc52fa6916b314c3304d2fff4de2
paused(view returns (bool)
false
publicSale(view returns (bool)
true
revealed(view returns (bool)
true
symbol(view returns (string)
Skaters
totalMaxMintAmount(view returns (uint256)
25
totalSupply(view returns (uint256)
5000
uriPrefix(view returns (string)
ipfs://QmcuasYiKiWJKfTxtN7rZ9WboRjz6Hge86jW4WR1tem1ex/
uriSuffix(view returns (string)
.json
Read-only
addressMintedBalance(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
ownerMint(uint256 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setFreeMaxMintAmount(uint256 _freeMaxMintAmount
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setPaused(bool _state
setPublicSale(bool _state
setRevealed(bool _state
setTotalMaxMintAmount(uint256 _amount
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(