Super Kevins
Verified contract
Active on
Ethereum with 475 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 "Super Kevins"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16830647 | 2 years ago | | | 0 | 0.0012877750 | |
| 16494377 | 2 years ago | | | 0 | 0.00091204563 | |
| 16370884 | 2 years ago | | | 0 | 0.0014018172 | |
| 16308632 | 2 years ago | | | 0 | 0.00072941183 | |
| 16308563 | 2 years ago | | | 0 | 0.00042706005 | |
| 16308562 | 2 years ago | | | 0 | 0.00076015744 | |
| 16299114 | 2 years ago | | | 0 | 0.0012005240 | |
| 16296028 | 2 years ago | | | 0 | 0.00072386978 | |
| 16284272 | 2 years ago | | | 0 | 0.0016987069 | |
| 16100963 | 2 years ago | | | 0 | 0.00028136398 |
ABI
ABI objects
Getter at block 21263318
PRICE() view returns (uint256)
33300000000000000
kevinMferContract() view returns (address)
0x9b0f90708c6328989add0a432f58a7d63ba65b1d
maxSupply() view returns (uint256)
333
name() view returns (string)
Super Kevins
owner() view returns (address)
0xeed4622cb99f2ab95f9859ba406fa5f5cd37a070
publicSale() view returns (bool)
true
symbol() view returns (string)
SUPERKEVIN
totalSupply() view returns (uint256)
281
unrestrictedSale() view returns (bool)
true
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
kevinMferMinted(address) 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() 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_)
togglePublicSale()
toggleUnrestrictedSale()
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(address _kevinMferContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.