KPK Project
Verified contract
Active on
Ethereum with 4,620 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional
variables
Balances ($0.00)
No balances found for "KPK Project"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21309039 | 12 days ago | | | 0 | 0.0012207419 | |
| 21305557 | 12 days ago | | | 0 | 0.00019197790 | |
| 21305557 | 12 days ago | | | 0 | 0.00017920580 | |
| 21256581 | 19 days ago | | | 0 | 0.00047058174 | |
| 20884097 | 2 months ago | | | 0 | 0.00034614916 | |
| 20801770 | 3 months ago | | | 0 | 0.00029365311 | |
| 20654780 | 3 months ago | | | 0 | 0.000027433924 | |
| 20590476 | 4 months ago | | | 0 | 0.000074105000 | |
| 20547915 | 4 months ago | | | 0 | 0.000061890638 | |
| 20477856 | 4 months ago | | | 0 | 0.00078862143 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _nftId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
changeMaxMintAllowed(uint256 _maxMintAllowed)
changeMaxMintAllowedPreSale(uint256 _maxMintAllowedPreSale)
changeMerkleRoot(bytes32 _newMerkleRoot)
changePricePresale(uint256 _pricePresale)
changePriceSale(uint256 _priceSale)
gift(address _account)
init(string _theBaseURI, string _notRevealedURI, bytes32 _merkleRoot)
presaleMint(bytes32[] _proof, uint256 _ammount) payable
release(address account)
release(address token, address account)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
saleMint(uint256 _ammount) payable
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _baseExtension)
setBaseUri(string _newBaseURI)
setNotRevealURI(string _notRevealedURI)
setPaused(bool _paused)
setUpPresale()
setUpSale()
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)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()