SprotoApes

Verified contract

Active on Ethereum with 335 txns
Deployed by via 0x453fc92a at 17916923
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "SprotoApes"

0xbe1b51f2a1585074704b86e6b94699589ddd9e57411b9ff8ae800cdb1c4d1c86
0x7e3ae9f70241ccfd8efe14f6283500e8c6db31152adb7c818a6955b6d7737874
0x934c7177d4001a23fcdd8a8567c0aec12d636fcf811f280e95e15d73a7b7c8e2
0x691e083e99460e054a29723dcb6f873b5d966585a5bbe30e02f79240d9c653e1
0x621da83c8c79f0fc9a57efa625ebdc8106062dd2006036d82e47c07170d34dd7
0xc851ecbea0bd7f1a9d48c6347746c918fbe737f055171431bd4c5acbfd68316e
0xa9d2ce0b147e1f6cd619d3ad061cb77232d139809153d9b0a6d308899d4d0b75
0x911d73d932ac0f3318f443e55901b79361514681f25eccdb4616354553de343a
0x1688996e7250b7166784c4682c375983fc45beeeb6ded61590983a51dee8d140
0xfbef0d5dc4288a7853f7995f5c40d8bbaa0ee6b7dc662e69d451231449a6724c

Functions
Getter at block 21415485
baseURI(view returns (string)
ipfs://QmWzhHkefkqTPmwTrP6ueo9fVXu9DwxuhPdLyrM1hKygeW/
maxPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
1000
mintPrice(view returns (uint256)
1000000000000000
name(view returns (string)
SprotoApes
owner(view returns (address)
0xded5371df024c10e66048624750269159da09996
sale(view returns (bool)
true
symbol(view returns (string)
SPES
totalSupply(view returns (uint256)
1000
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
approve(address touint256 tokenIdpayable 
mint(uint256 _amountpayable 
ownerMint(address receiveruint256 _amount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _newURI
setMintPrice(uint256 _price
setSupply(uint256 _newSupply
toggleSale(
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(
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(