Kevin Mfers
Verified contract
Active on
Ethereum with 4,444 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 "Kevin Mfers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21138329 | 11 days ago | | | 0 | 0.00069357198 | |
| 20396529 | 4 months ago | | | 0 | 0.000088436682 | |
| 20202271 | 5 months ago | | | 0 | 0.000074968573 | |
| 20008242 | 5 months ago | | | 0 | 0.00032485221 | |
| 19677057 | 7 months ago | | | 0 | 0.00084287503 | |
| 19662243 | 7 months ago | | | 0 | 0.00081239906 | |
| 19637660 | 7 months ago | | | 0 | 0.00054149965 | |
| 19447422 | 8 months ago | | | 0 | 0.0013336035 | |
| 19221932 | 9 months ago | | | 0 | 0.00074562599 | |
| 19220530 | 9 months ago | | | 0 | 0.0017208339 |
ABI
ABI objects
Getter at block 21214819
MAX_PER_TXN() view returns (uint256)
20
PRICE() view returns (uint256)
6900000000000000
freeMaxSupply() view returns (uint256)
1000
maxSupply() view returns (uint256)
10000
name() view returns (string)
Kevin Mfers
owner() view returns (address)
0xeed4622cb99f2ab95f9859ba406fa5f5cd37a070
publicSale() view returns (bool)
true
symbol() view returns (string)
KEVIN
totalSupply() view returns (uint256)
10000
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminMint(address _recipient, uint256 _quantity)
approve(address to, uint256 tokenId)
decreaseTotalSupply(uint256 _total)
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setFreeSupply(uint256 _total)
togglePublicSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.
This contract contains no error objects.