Mekas of Krupt - Genesis
Verified contract
Active on
Ethereum with 2,489 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 "Mekas of Krupt - Genesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19467460 | 8 months ago | | | 0 | 0.00072050092 | |
| 18905839 | a year ago | | | 0 | 0.00067765703 | |
| 18859198 | a year ago | | | 0 | 0.00043308543 | |
| 18843899 | a year ago | | | 0 | 0.00077547688 | |
| 18828519 | a year ago | | | 0 | 0.0017825098 | |
| 18800202 | a year ago | | | 0 | 0.0012924939 | |
| 18779716 | a year ago | | | 0 | 0.0041300651 | |
| 18445793 | a year ago | | | 0 | 0.00042470257 | |
| 18095385 | a year ago | | | 0 | 0.00043898766 | |
| 17442412 | a year ago | | | 0 | 0.00048443601 |
ABI
ABI objects
Getter at block 21271851
getMaxSupply() pure returns (uint256)
888
getMintPrice() view returns (uint256)
200000000000000000
getOpenToPublic() view returns (bool)
true
getSaleStarted() view returns (bool)
true
name() view returns (string)
Mekas of Krupt - Genesis
owner() view returns (address)
0x6d719312bb7816ac622506794601444c572cb248
symbol() view returns (string)
MOK
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasMinted(address) view returns (bool)
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)
whitelist(address) view returns (bool)
State-modifying
Events addToWhiteList(address[] whitelist_addresses)
approve(address to, uint256 tokenId)
devAward()
openMintToPublic()
renounceOwnership()
safeMint(address to) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseTokenURI)
startSale(uint256 mintPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds()
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(string name, string symbol, address devTeamAddress)
This contract contains no fallback and receive objects.
DevTeamAwardLimit()
MaxTokensMinted()
MintPayableTooLow()
MintPriceTooLow()
MintedAllowance()
NotOnWhitelist()
SaleNotStarted()
SaleStarted()
URINotSet()