PUNKS Comic 2: KIKI
Verified contract
Active on
Ethereum with 1,773 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 "PUNKS Comic 2: KIKI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20850769 | a month ago | | | 0 | 0.00028846020 | |
| 20850220 | a month ago | | | 0 | 0.00038170232 | |
| 20799873 | 2 months ago | | | 0 | 0.00090776832 | |
| 20764412 | 2 months ago | | | 0 | 0.00037703088 | |
| 20617555 | 2 months ago | | | 0 | 0.000054792655 | |
| 20608886 | 3 months ago | | | 0 | 0.000018153488 | |
| 20608880 | 3 months ago | | | 0 | 0.000019814691 | |
| 20608866 | 3 months ago | | | 0 | 0.000019771989 | |
| 20544439 | 3 months ago | | | 0 | 0.000087662616 | |
| 20532656 | 3 months ago | | | 0 | 0.00015765103 |
ABI
ABI objects
Getter at block 21164290
name() view returns (string)
PUNKS Comic 2: KIKI
owner() view returns (address)
0x79a20cf7331f37432e078d923074e42512e3585a
paused() view returns (bool)
false
purchaseWindowOpens() view returns (uint256)
1644512400
purchaseWindowOpensPublic() view returns (uint256)
4074398635
stageLength() view returns (uint256)
3600
symbol() view returns (string)
COMIC2KIK
totalReleased() view returns (uint256)
74000000000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
750
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
merkleRoots(uint256) view returns (bytes32)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
ownerMint(uint256 _amount, address _to)
pause()
purchase(uint256 stage, uint256 amount, uint256 index, uint256 maxAmount, bytes32[] merkleProof) payable
purchasePublic(uint256 amount) payable
release(address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setHelper(address _eliteApeHelper)
setMerkleRoots(bytes32[] _merkleRoots)
setStageLength(uint256 _stageLength)
setURI(string _uri)
setWindows(uint256 _purchaseWindowOpens, uint256 _purchaseWindowOpensPublic)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
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)
Unpaused(address account)
constructor(string _name, string _symbol, string _uri, uint256 _purchaseWindowOpens, uint256 _purchaseWindowOpensPublic, bytes32[] _merkleRoots, address _eliteApeHelper, address[] payees, uint256[] shares_, address apeNFTReceiver)
receive()
This contract contains no error objects.