Spiny Pals

Verified contract

Active on Ethereum with 1,564 txns
Deployed by via 0x6bab99d0 at 17020151
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Spiny Pals"

0xd3c5027caa1fa62013d526d7070c80748486684959a2f7d5b7de92f42cac8ddf
0x0d1ec1bd74880fd132d9f32c7fd9eb0ba92d4c62ad1bf102ad16971500cd84db
0x8e87a43ab73f400c973ea03f2fd13e137fa52474ea39dadf5f06a91da3ab4161
0xc59342f2e25f3535f1522081649cbe3a8c83ea1362f1db3cba006e31cd02da2c
0x1c5ff7352210b5750dbaa501aaf6d7c8cde90abeaa0b866da6420a04e2f5fb6e
0x96e7f308e9d06155224a1e2a12cfbfd4e2a5151f6f07aa6c40f9db40930b44b1
0xe32390404d26c764f44c6c2c062ab1b0265584a6d614e2e0b9e37750bac28e5b
0x87159e14cc982f77b81326ee38a67e8fd85604dba9f5a573a6fd744c0b542286
0x16a545dd9a0d794a67031901d41e9d9f424eb647eae92996d1b2707a4255ec23
0xc58586ef0e83d77d6919b38179ee7706be2f5028c47d87fa5a6d4f7f2d59e4d8

Functions
Getter at block 21207337
baseURI(view returns (string)
ipfs://QmYpZeCbAT1A3KytkW5BCwv6QJzujCqQNCifbjT1UzakWB/
cost(view returns (uint256)
2000000000000000
maxFree(view returns (uint256)
1
maxPerTx(view returns (uint256)
5
maxSupply(view returns (uint256)
3333
name(view returns (string)
Spiny Pals
owner(view returns (address)
0x1f47ffa7105f7df0cb5fe880879676c67cc09ee9
sale(view returns (bool)
true
symbol(view returns (string)
SP
totalSupply(view returns (uint256)
3333
Read-only
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)
State-modifying
airdrop(address receiveruint256 _amount
approve(address touint256 tokenIdpayable 
mint(uint256 _amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setCost(uint256 _cost
setMaxFreeMint(uint256 _maxFree
startSale(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string initbaseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MaxPerTxReached(
MaxSupplyReached(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotEnoughETH(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SaleNotActive(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(