KPK Project

Verified contract

Active on Ethereum with 4,620 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional variables

No balances found for "KPK Project"

0x28d2f11e17ee112d31219b9ce7db500fb24bcaad697c5203740811f2f15ecfde
0xfe98a14219fdb66f8dabdeaa8dc471971f7c7101277d5c16f89460e39980d04b
0x91f60208685c7e3f4ea181e601bc595e0f9fbe593cecf4f92139774b4e945eda
0x2ee4ad9d6b59ab3ad2fea87a59fd830057781b3f7c3ac799fcdda65719583973
From
0xa83e169ac0ca7e204948e93b8feb15ef46670b894c75468428169c7a49c5fb0e
0xdedf1bc460a4d70ed3d318613b5147b56caa00b1474a5df57178f4193b37ebb9
0x9c320b09a0408244387fa2277294d0eef9f9543512ef084acb9465b7af7b8ab7
0x1456b072a181a6737afc3e1a4fb2b29ccb8a7980882c3176f0e0d269de21e53a
0x6b951c8b3e9ccae0c359b08cf670bfa9400514e0407fa96f9ba1cbd8a5f3f5ee
0x53fe4facf70e1e61de36aac280eda31304aa7303d1e6060b056b3f9b99d6215f

Functions
Getter at block 21393508
MAX_SUPPLY(view returns (uint256)
1000
baseExtension(view returns (string)
.json
max_mint_allowed(view returns (uint256)
2
max_mint_allowed_presale(view returns (uint256)
2
name(view returns (string)
KPK Project
owner(view returns (address)
0x5b1a4ebd28b597fe47494a0a5766b2eb6e6b3fcc
paused(view returns (bool)
false
pricePresale(view returns (uint256)
80000000000000000
priceSale(view returns (uint256)
80000000000000000
revealed(view returns (bool)
true
sellingStep(view returns (uint8)
3
symbol(view returns (string)
KPK
totalReleased(view returns (uint256)
79920000000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
1000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _nftIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
approve(address touint256 tokenId
changeMaxMintAllowed(uint256 _maxMintAllowed
changeMaxMintAllowedPreSale(uint256 _maxMintAllowedPreSale
changeMerkleRoot(bytes32 _newMerkleRoot
changePricePresale(uint256 _pricePresale
changePriceSale(uint256 _priceSale
gift(address _account
init(string _theBaseURIstring _notRevealedURIbytes32 _merkleRoot
presaleMint(bytes32[] _proofuint256 _ammountpayable 
release(address account
release(address tokenaddress account
renounceOwnership(
reveal(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
saleMint(uint256 _ammountpayable 
setApprovalForAll(address operatorbool approved
setBaseExtension(string _baseExtension
setBaseUri(string _newBaseURI
setNotRevealURI(string _notRevealedURI
setPaused(bool _paused
setUpPresale(
setUpSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(