FEEL GOOD
Verified contract
Active on
Ethereum with 2,110 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RASTA | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21299121 | 2 days ago | | | 0 | 0.00041413108 | |
| 21193830 | 17 days ago | | | 0 | 0.0012882827 | |
| 21016942 | a month ago | | | 0 | 0.00057579909 | |
| 21000025 | a month ago | | | 0 | 0.00075670246 | |
| 20751035 | 3 months ago | | | 0 | 0.00018331366 | |
| 20723408 | 3 months ago | | | 0 | 0.00018578060 | |
| 20717440 | 3 months ago | | | 0 | 0.000078372578 | |
| 20717218 | 3 months ago | | | 0 | 0.00026980211 | |
| 20497383 | 4 months ago | | | 0 | 0.00031028508 | |
| 20461002 | 4 months ago | | | 0 | 0.0018524437 |
ABI
ABI objects
Getter at block 21312653
_salePrice() view returns (uint256)
500000000000000000
contractURI() view returns (string)
ipfs://QmViH1WNS7tWqVcJCmi2tpEGsjvZr3fvDCS3bgTV7bKarn
name() view returns (string)
FEEL GOOD
owner() view returns (address)
0x0dfc4a30c67e0cea073998cf873c1968ac8d739d
provenanceHash() view returns (string)
474c48c4e1f41afb4e495731501585896bc7d92649232d1b7b3bd2f9aca503af
symbol() view returns (string)
FEELGOOD
totalSupply() view returns (uint256)
2182
treasurer() view returns (address)
0x0dfc4a30c67e0cea073998cf873c1968ac8d739d
treasurersTokens() view returns (uint16)
200
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRaribleV2Royalties(uint256 id) view returns (struct LibPartPart[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royalties(uint256, uint256) view returns (address account, uint96 value)
royaltyInfo(uint16 _tokenId) view returns (address receiver, uint256 royaltyAmount)
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)
claimTokens(uint8 num)
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setNewTokenPrice(uint256 tokenPrice)
setRoyaltyPercentageBasePoints(uint16 _percentageBasePoints)
setTokenBaseURI(string base)
startMintingProcess(uint256 tokenPrice)
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)
Mint(address indexed _to, uint256 indexed _tokenId, bytes32 _ipfsHash)
NftBought(address _buyer, uint256 _price)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoyaltiesSet(uint256 tokenId, struct LibPartPart[] royalties)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string _provenanceHash, address _treasurer, uint16 _initialId, uint16 _treasurersTokens, uint16 _maxAvailableTokens)
This contract contains no fallback and receive objects.
This contract contains no error objects.