Kevin Rocks
Verified contract
Proxy
Active on
Ethereum with 1,288 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
1 additional
variable
Balances ($0.00)
No balances found for "Kevin Rocks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21092743 | 17 days ago | | | 0 | 0.00043622831 | |
| 20200734 | 5 months ago | | | 0 | 0.000083722307 | |
| 19264615 | 9 months ago | | | 0 | 0.0024525570 | |
| 18992041 | 10 months ago | | | 0 | 0.0010998120 | |
| 18800621 | a year ago | | | 0 | 0.0012125179 | |
| 18661443 | a year ago | | | 0 | 0.00053633402 | |
| 18575906 | a year ago | | | 0 | 0.00067074147 | |
| 18491780 | a year ago | | | 0 | 0.00075662220 | |
| 18394642 | a year ago | | | 0 | 0.00058581164 | |
| 18325847 | a year ago | | | 0 | 0.00033322546 |
ABI
ABI objects
Getter at block 21217025 contractURI() view returns (string)
ammountWithdrawn() view returns (uint256)
55400000000000000
mintFee() view returns (uint256)
100000000000000
mintLimit() view returns (uint256)
50
name() view returns (string)
Kevin Rocks
owner() view returns (address)
0xbbc65012ffdbd902c9a80d652b8c1478f1880a0d
remaining() view returns (uint256)
0
royaltyBasis() view returns (uint256)
750
shareAddress() view returns (address)
0xe28564784a0f57554d8beec807e8609b40a97241
symbol() view returns (string)
KRS
version() pure returns (string)
1.0.3
Read-only
accountMintCount(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
cache(uint256) view returns (uint256)
cachePosition(uint256) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isTokenAvailable(uint256 tokenID) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
changeMintFee(uint256 mintFee_)
initialize(string name_, string symbol_, string baseURI_, address ownerAddress_, uint256 mintFee_, uint256 size_, bool mintSelectionEnabled_, bool mintRandomEnabled_, address whiteListSignerAddress_, uint256 mintLimit_, uint256 royaltyBasis_)
mintRandom() payable
mintToAccount(address to, uint256 tokenID)
mintToken(uint256 tokenID) payable
mintWithSignature(bool isFree, address to, uint256 tokenID, bool isRandom, uint256 customFee, bytes signature) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
toggleRandomPublicMinting()
transferBalance(address to, uint256 ammount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
This contract contains no constructor objects.
receive()
This contract contains no error objects.