You Can Rest Here
Verified contract
Active on
Ethereum with 1,627 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($107.68)
Native
Value
$107.02
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.034308 | $3,119.29 |
$107.02 | |
WETH | ERC-20 | 0.000213 | $3,118.07 |
$0.66 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18655957 | a year ago | | | 0 | 0.00094716453 | |
| 16821291 | 2 years ago | | | 0 | 0.00079896584 | |
| 16777422 | 2 years ago | | | 0 | 0.0015909885 | |
| 16768449 | 2 years ago | | | 0 | 0.00097957381 | |
| 16719711 | 2 years ago | | | 0 | 0.00097450966 | |
| 16705738 | 2 years ago | | | 0 | 0.0013571639 | |
| 16688970 | 2 years ago | | | 0 | 0.0011724347 | |
| 16585691 | 2 years ago | | | 0 | 0.0023088000 | |
| 16584260 | 2 years ago | | | 0 | 0.0013009891 | |
| 16574203 | 2 years ago | | | 0 | 0.00055901017 |
ABI
ABI objects
Getter at block 21213560
MAX_MULTIMINT() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
999
MINT_LIMIT_PER_ADDRESS() view returns (uint256)
1
PRICE() view returns (uint256)
0
authorizer() view returns (address)
0x47cabbc0b95a7870de74efb5dfa311d9847afc3e
contractURI() view returns (string)
https://api.open3.com/metadata/you-can-rest-here/contract_uri
distributor() view returns (address)
0xf27bb67f34972156071359d472dc2bebc328c448
name() view returns (string)
You Can Rest Here
owner() view returns (address)
0xc91bc8eefb4e297a553273fa2e9af9b7791dc6b8
saleIsActive() view returns (bool)
true
symbol() view returns (string)
REST
totalSupply() view returns (uint256)
999
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)
qualifiedNonceList(uint256) view returns (bool)
qualifiedWalletList(address) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
ownerMint(address address_, uint256 amount_)
qualifiedMint(uint256 amount_, bytes signature_, uint256 nonce_) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setAuthorizerAddress(address address_)
setBaseURI(string customBaseURI_)
setContractURI(string contractURI_)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setDistributorAddress(address address_)
setSaleIsActive(bool saleIsActive_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PaymentReceived(address from, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string contractURI_, string baseURI_, address authorizerAddress_, address distributorAddress_)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()