SkellywagsNFT

Verified contract

Active on Ethereum with 1,334 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "SkellywagsNFT"

0x4c9cd3aaae5e812b5b4c75fe9bd8ebf7d67a9605e1b930ca734d67e7dde9d632
0x893c9110d542fdbc4886cb4b0ccd259f22ef1e3b7c297bb8228e278f535ec463
From
0x4f34141031f5c983afd81d136bd29f345ed36f1dccbad314783ec9f0aa76c100
0x52e4454fa443a823c616e506ea8dbafe393666d85a91a6ff85340ffc630b4d88
0x9bc4c3a03c1bdedc1eab0804cb03db69a7b7095fa784a1a1228adf1ec942e2c2
0x9ca2a0c2398c6b5c076cc41b5a63cc4ee043c97797d5a61e18d7dc1518d4dffb
0x1bb8341690b8077c802e1e593339955b98c9b9074de3fc6cf2fbd062d6300c34
0xf14eb9d33fa32e09bba6f7ae5975c4cd82b0936870bdb4ae3d4e9a2b26385bc6
0xbb996570b09f703685ee58f35c40a72a266468be7220c8b0a46ff98c919713a0
0xbb7e380af54d1b7ae82cc8cd4d9834b635eef242b09d5057f81610ca5644d233

Functions
Getter at block 21391825
MaxperTx(view returns (uint256)
5
cost(view returns (uint256)
0
maxSupply(view returns (uint256)
5000
name(view returns (string)
SkellywagsNFT
nftPerAddressLimit(view returns (uint256)
50
owner(view returns (address)
0x10106b8d49bcf542bf3fee917e6262cca3c0ce1b
paused(view returns (bool)
false
symbol(view returns (string)
SW
totalSupply(view returns (uint256)
5000
uriPrefix(view returns (string)
https://arweave.net/t3SShYotzo8w0wKzeqAG7PCm6GFPU_I4itv300eJVL4/
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)
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 
mintToAddress(uint256 _mintAmountaddress _receiver
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setMaxperTx(uint256 _maxMintperTx
setUriPrefix(string _uriPrefix
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(
URIQueryForNonexistentToken(