The Kiss Precise
Verified contract
Active on
Ethereum with 1,077 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
0x5d48…0259
-
variable spans 1 additional slot
4 additional
variables
Balances ($0.00)
No balances found for "The Kiss Precise"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21042201 | 5 days ago | | | 0 | 0.00029162706 | |
| 20925769 | 21 days ago | | | 0 | 0.00043095592 | |
| 20903398 | 24 days ago | | | 0 | 0.00039617575 | |
| 20782672 | a month ago | | | 0 | 0.00052550745 | |
| 20777070 | a month ago | | | 0 | 0.00022359894 | |
| 20760958 | a month ago | | | 0 | 0.000051266460 | |
| 20760671 | a month ago | | | 0 | 0.000072412098 | |
| 20759410 | a month ago | | | 0 | 0.000070765811 | |
| 20677629 | 2 months ago | | | 0 | 0.00038158343 | |
| 20553740 | 2 months ago | | | 0 | 0.000050497734 |
ABI
ABI objects
Getter at block 21078195
beneficiary() view returns (address)
0x5d484c0546679aace24c330b301cc6badfa60259
brot() view returns (address)
0xd31fc221d2b0e0321c43e9f6824b26ebfff01d7d
collectorMinting() view returns (bool)
true
collectorPrice() view returns (uint256)
256000000000000000
name() view returns (string)
The Kiss Precise
owner() view returns (address)
0x174787a207bf4ed4d8db0945602e49f42c146474
paused() view returns (bool)
false
poaw() view returns (address)
0x47ccad36ae77ab963746c8db8ad301d48235ce81
publicMinter() view returns (address)
0x2376f892c21f7d1ec9bac4f39a1041d8c9750644
publicPrice() view returns (uint256)
314159000000000000
renderer() view returns (address)
0xd119e58b5761932a39c0d15103539b5dfec23865
rendererLocked() view returns (bool)
false
royaltyBasisPoints() view returns (uint256)
750
seedsLocked() view returns (bool)
false
sellerConfig() view returns (uint256 totalInventory, uint256 maxPerAddress, uint256 maxPerTx, uint248 freeQuota, bool reserveFreeQuota, bool lockFreeQuota, bool lockTotalInventory)
(totalInventory=1024, maxPerAddress=0, maxPerTx=0, freeQuota=20, reserveFreeQuota=true, lockFreeQuota=false, lockTotalInventory=true)
symbol() view returns (string)
KISS
totalSold() view returns (uint256)
1024
totalSupply() view returns (uint256 value)
1024
Read-only
balanceOf(address owner) view returns (uint256)
brotchainClaimsRemaining(uint256 tokenId) view returns (uint256)
cost(uint256 n, uint256 costEach) pure returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
poawClaimsRemaining(uint256 tokenId) view returns (uint256)
royaltyInfo(uint256, uint256 salePrice) view returns (address, uint256)
seeds(uint256) view returns (bytes32)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
usedMessages(bytes32) view returns (bool)
State-modifying
Events addSigner(address signer)
approve(address to, uint256 tokenId)
claimCollectorMints(uint256[] poawIds, uint256[] brotIds) payable
lockRenderer()
lockSeeds()
mintPublic(address to, uint256 n) payable
mintWithSignature(uint256 n, uint256 price, bytes32 nonce, bytes signature) payable
pause()
purchaseFreeOfCharge(address to, uint256 n)
removeSigner(address signer)
renewSeed(uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBeneficiary(address _beneficiary)
setCollectorMinting(bool _collectorMinting)
setPrice(uint256 public_, uint256 collectors)
setPublicMinter(address _publicMinter)
setRenderer(address _renderer)
setRoyalties(uint256 basisPoints)
setSellerConfig(struct SellerSellerConfig config)
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)
Refund(address indexed buyer, uint256 amount)
Revenue(address indexed beneficiary, uint256 numPurchased, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address _renderer, address _poaw, address _brotchain)
This contract contains no fallback and receive objects.
This contract contains no error objects.