KEVINMFER
Verified contract
Active on
Ethereum with 117 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "KEVINMFER"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14950540 | 2 years ago | | | 0 | 0.0020048250 | |
| 14950539 | 2 years ago | | | 0 | 0.0020968284 | |
| 14551276 | 3 years ago | | | 0 | 0.0012104200 | |
| 14325058 | 3 years ago | | | 0 | 0.0010955120 | |
| 14312014 | 3 years ago | | | 0 | 0.0018350773 | |
| 14310716 | 3 years ago | | | 0 | 0.0013746450 | |
| 14306980 | 3 years ago | | | 0.0676 | 0.0036240802 | |
| 14306847 | 3 years ago | | | 0.0169 | 0.0031596104 | |
| 14306845 | 3 years ago | | | 0 | 0.0027726600 | |
| 14306837 | 3 years ago | | | 0.0169 | 0.0031673359 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
renounceOwnership()
reservedMint(address recipient, uint256 quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setPrice(uint256 newPrice)
togglePublicSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateFreeMint(uint256 _freeMaxSupply)
updateMaxSupply(uint256 newMaxSupply)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()