Crypto stamp art
Verified contract
Active on
Ethereum with 20,141 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 "Crypto stamp art"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20887952 | 2 months ago | | | 0 | 0.00015355085 | |
| 20874687 | 2 months ago | | | 0 | 0.00022094676 | |
| 20867985 | 2 months ago | | | 0 | 0.00028857476 | |
| 20867985 | 2 months ago | | | 0 | 0.00028857476 | |
| 20867984 | 2 months ago | | | 0 | 0.00030904579 | |
| 20867984 | 2 months ago | | | 0 | 0.00030984488 | |
| 20867745 | 2 months ago | | | 0 | 0.00028780962 | |
| 20867743 | 2 months ago | | | 0 | 0.00029784858 | |
| 20867743 | 2 months ago | | | 0 | 0.00029784858 | |
| 20867743 | 2 months ago | | | 0 | 0.00029784858 |
ABI
ABI objects
Getter at block 21229745
baseURI() view returns (string)
https://meta.tokapi.com/meta/0xe93e112680c72fd3382305fa83d5ad06c1225040/
name() view returns (string)
Crypto stamp art
owner() view returns (address)
0xcb8f4e71125373a6f22e3104511331e921d880a0
symbol() view returns (string)
CSA
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)
burn(uint256 tokenId)
renounceOwnership()
safeMint(address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.