KEVINMFER

Verified contract

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

No balances found for "KEVINMFER"

0xeed794402c213bb0065a63960d611f8ecf4315455982878e60d1f39428636121
From
0xc7bbdb3aed86cdc19798ac422ee02d39e996bb94f31cc4c2692581eb0492169d
From
0xf4ce1105b09ffa3072532832204a9aa98150c5d6de221603c7e5ff7350b0e503
0x35a30094837077d7887549799ed93918ae40cb2d3c4eb5b858b0fdd9071433ce
0x25b18c087d24a191d2e4c3b5f49bb8906f329a02c33eb16ff6d1cf7e00fbb0f5
0xe46509c424c281a1fc8c1e140090c843363d74525d2b0f736e39b0db4e8639eb
0xcfa1ae66b632221c06262508bd41aa6b99c2f613daa33902ef8e5d2023471ae8
0x7875b73c80023ab8a6676a82449d9676c487da95b6c565bb9080cd0d09aba812
0x5e87a086e4ea5d74e7212148f769b1c1caa4746d78a2437d429159f31318be2b
0x970210de4491acd8c6431e0830f5e891e985ed5c0fc0b847dd089065cbe41bee

Functions
Getter at block 21100909
baseURI(view returns (string)
https://gateway.pinata.cloud/ipfs/QmS8KTCVhKmeGf79qcv6zGc1u6ECHmqNdPZJrD56YX9YDU/
freeMaxSupply(view returns (uint256)
333
isSaleActive(view returns (bool)
true
maxPerTxn(view returns (uint256)
10
maxSupply(view returns (uint256)
3333
name(view returns (string)
KEVINMFER
owner(view returns (address)
0xfa9a983fea514323ca8fa71244ff105541f64be7
price(view returns (uint256)
16900000000000000
symbol(view returns (string)
KEVINMFER
totalSupply(view returns (uint256)
480
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 tokenId
mint(uint256 quantitypayable 
renounceOwnership(
reservedMint(address recipientuint256 quantity
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setPrice(uint256 newPrice
togglePublicSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateFreeMint(uint256 _freeMaxSupply
updateMaxSupply(uint256 newMaxSupply
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(