Roamcouch Graffiti Kimono
Verified contract
Active on
Ethereum with 57 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 "Roamcouch Graffiti Kimono"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21337224 | 8 days ago | | | 0 | 0.0015026848 | |
| 21337199 | 8 days ago | | | 0 | 0.0025621760 | |
| 21008282 | 2 months ago | | | 0 | 0.00057197015 | |
| 19576887 | 8 months ago | | | 0 | 0.0021890563 | |
| 18579429 | a year ago | | | 0 | 0.0035222440 | |
| 17145751 | 2 years ago | | | 0 | 0.0037145653 | |
| 16712618 | 2 years ago | | | 0 | 0.0014604142 | |
| 16712612 | 2 years ago | | | 0 | 0.0015868437 | |
| 16706480 | 2 years ago | | | 0 | 0.0021249304 | |
| 16351169 | 2 years ago | | | 0 | 0.0013475206 |
ABI
ABI objects
Getter at block 21398007
_contractUri() view returns (string)
ipfs://QmdFmmqJuob2Tpgpoyresg3HuDpX1w3pmzjKGipk4vPcjq
_maxSupply() view returns (uint256)
115
baseTokenURI() view returns (string)
https://roamcouch.geneticchain.io/api/meta
contractURI() view returns (string)
ipfs://QmdFmmqJuob2Tpgpoyresg3HuDpX1w3pmzjKGipk4vPcjq
maxSupply() pure returns (uint256)
115
name() view returns (string)
Roamcouch Graffiti Kimono
owner() view returns (address)
0xa50750ae4b64b0a64174ca345870f1a8a5c9a2ee
symbol() view returns (string)
KIMONO
totalSupply() view returns (uint256)
41
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
secureMint(bytes signature, uint256 tokenId, uint256 redeemCode)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string baseUri)
setContractURI(string contractUri)
setTokenIpfsHash(string hash)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseUri_, string ipfsHash_, string contractUri_)
This contract contains no fallback and receive objects.
This contract contains no error objects.