Love on a Curve
Verified contract
Active on
Ethereum with 841 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($15,193.18)
Native
Value
$15,193.18
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 4.08975 | $3,714.94 |
$15,193.18 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19702739 | 7 months ago | | | 0 | 0.00033660954 | |
| 18889602 | a year ago | | | 0 | 0.00090880382 | |
| 18889601 | a year ago | | | 0 | 0.0014114931 | |
| 17131153 | 2 years ago | | | 0 | 0.0036206380 | |
| 16635392 | 2 years ago | | | 0 | 0.0039434312 | |
| 15691374 | 2 years ago | | | 0 | 0.0010595134 | |
| 15596740 | 2 years ago | | | 0 | 0.00062149025 | |
| 15031970 | 2 years ago | | | 0 | 0.0024874769 | |
| 15031963 | 2 years ago | | | 0 | 0.00079808489 | |
| 14605073 | 3 years ago | | | 0 | 0.0033625257 |
ABI
ABI objects
Getter at block 21306600
baseURI() view returns (string)
https://goforthandbond.by-ma.art/api/hearts/metadata/
creator() view returns (address)
0x4bacb7664404f1a6157d37ea2dcd1669a556d562
getCurrentPriceToBurn() view returns (uint256)
194750000000000000
getCurrentPriceToMint() view returns (uint256)
210000000000000000
getReserveCut() view returns (uint256)
194750000000000000
initBurnPrice() view returns (uint256)
4750000000000000
initMintPrice() view returns (uint256)
5000000000000000
name() view returns (string)
Love on a Curve
numPieces() view returns (uint256)
40
owner() view returns (address)
0x4bacb7664404f1a6157d37ea2dcd1669a556d562
renderScriptCode() view returns (string)
reserve() view returns (uint256)
4089750000000000000
symbol() view returns (string)
BONDLOVE
totalSupply() view returns (uint256)
41
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPiece(uint256 pieceId) view returns (struct NFTPiece)
getPieceForToken(uint256 tokenId) view returns (struct NFTPiece)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint() payable returns (uint256 _tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setCode(string code)
setCreator(address a)
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)
Burned(uint256 indexed tokenId, uint256 indexed pieceId, uint256 priceReceived, uint256 indexed reserveAfterBurn)
Minted(uint256 indexed tokenId, uint256 indexed pieceId, uint256 pricePaid, uint256 indexed reserveAfterMint)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.