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 ($2,493.84)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ASH | ERC-20 | 1.385468K | $1.80 |
$2,493.84 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21406109 | 4 days ago | | | 0 | 0.00015325796 | |
| 21389741 | 6 days ago | | | 0 | 0.00058502710 | |
| 21389732 | 6 days ago | | | 0 | 0.0010535984 | |
| 21331838 | 14 days ago | | | 0 | 0.0015576835 | |
| 21330473 | 14 days ago | | | 0 | 0.0019549069 | |
| 21314934 | 16 days ago | | | 0 | 0.00081840668 | |
| 21287540 | 20 days ago | | | 0 | 0.00052029014 | |
| 21228163 | a month ago | | | 0 | 0.00058493821 | |
| 21218292 | a month ago | | | 0 | 0.00053282272 | |
| 21216546 | a month ago | | | 0 | 0.00099459263 |
ABI
ABI objects
Getter at block 21431635
MAX_TOKENS() view returns (uint256)
1000
getAdmins() view returns (address[] admins)
[]
name() view returns (string)
Carbon
owner() view returns (address)
0x2ce780d7c743a57791b835a9d6f998b15bbba5a4
symbol() view returns (string)
C
Read-only
assetURI(uint256 assetId) view returns (string)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFeeBps(uint256) view returns (uint256[] bps)
getFeeRecipients(uint256) view returns (address[] recipients)
getRoyalties(uint256) view returns (address[] recipients, uint256[] bps)
isAdmin(address admin) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 value) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
approveAdmin(address admin)
deliver(address, uint256 listingId, uint256 assetId, address to, uint256, uint256 index) returns (uint256)
mint(address[] receivers, string[] uris)
renounceOwnership()
revokeAdmin(address admin)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setAssetURI(string uri)
setCommonURI(string uri)
setListing(address marketplace, uint256 listingId)
setPrefixURI(string uri)
setTokenURIs(uint256[] tokenIds, string[] uris)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateRoyalties(address recipient, uint256 bps)
AdminApproved(address indexed account, address indexed sender)
AdminRevoked(address indexed account, address indexed sender)
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.