KPK Council
Verified contract
Active on
Ethereum with 212 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x83fb…7ae6
4 additional
variables
Balances ($0.00)
No balances found for "KPK Council"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18999972 | 10 months ago | | | 0 | 0.00050879453 | |
| 18184968 | a year ago | | | 0 | 0.00052828375 | |
| 18184919 | a year ago | | | 0 | 0.0010139565 | |
| 17876758 | a year ago | | | 0 | 0.00082112770 | |
| 17790415 | a year ago | | | 0 | 0.0051054055 | |
| 17411949 | a year ago | | | 0 | 0.0010411532 | |
| 17292220 | 2 years ago | | | 0 | 0.0017735355 | |
| 16905848 | 2 years ago | | | 0 | 0.00098837311 | |
| 16773557 | 2 years ago | | | 0 | 0.0029548812 | |
| 16754960 | 2 years ago | | | 0 | 0.0011821597 |
ABI
ABI objects
Getter at block 21225287
baseExtension() view returns (string)
.json
name() view returns (string)
KPK Council
owner() view returns (address)
0x5b1a4ebd28b597fe47494a0a5766b2eb6e6b3fcc
priceCustomBikkuri() view returns (uint64)
300000000000000000
priceCustomSame() view returns (uint64)
250000000000000000
sellingStep() view returns (uint8)
1
symbol() view returns (string)
KPKC
totalReleased() view returns (uint256)
12950000000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
112
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)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
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)
tier(uint256) view returns (string)
tokenURI(uint256 _nftId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId) payable
burn(uint256 tokenID, bool _custom) payable
changePriceCustomBikurri(uint64 _priceCustomBikkuri)
changePriceCustomSame(uint64 _priceCustomSame)
gift(address _account, string _tier)
init(string _theBaseURI, address _tokenContract)
presaleMint(uint256[] _tokenIds, bool _custom) payable
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _baseExtension)
setBaseUri(string _newBaseURI)
setUpPresale()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()