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 "Carbon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19707333 | 7 months ago | | | 0 | 0.00016287933 | |
| 19707331 | 7 months ago | | | 0 | 0.00026573331 | |
| 19625089 | 7 months ago | | | 0 | 0.00088020716 | |
| 19213293 | 9 months ago | | | 0 | 0.00090084067 | |
| 19184608 | 9 months ago | | | 0 | 0.0036971871 | |
| 19184545 | 9 months ago | | | 0 | 0.0029867797 | |
| 19184301 | 9 months ago | | | 0 | 0.0044002463 | |
| 19184301 | 9 months ago | | | 0 | 0.0045949263 | |
| 19184300 | 9 months ago | | | 0 | 0.0046248498 | |
| 19184300 | 9 months ago | | | 0 | 0.0045974827 |
ABI
ABI objects
Getter at block 21195130
applyTxLimit() view returns (bool)
false
baseTokenURI() view returns (string)
buyLimit() view returns (uint256)
100000000000000000000000000000
dataURI() view returns (string)
https://raw.githubusercontent.com/carboneth/carbon/main/
decimals() view returns (uint8)
18
minted() view returns (uint256)
4873
name() view returns (string)
Carbon
owner() view returns (address)
0x3cf6011455c18f39031086bede98e6f98c43845e
sellLimit() view returns (uint256)
10000000000000000000000000000000000
symbol() view returns (string)
CARBON
totalSupply() view returns (uint256)
10000000000000000000000
txLimit() view returns (uint256)
50000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 id) view returns (string)
userBuyLimit(address) view returns (uint256)
userSellLimit(address) view returns (uint256)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
investSupply(uint256 supply)
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setDataURI(string _dataURI)
setLimit(uint256 _txLimitToSet)
setNameSymbol(string _name, string _symbol)
setTokenURI(string _tokenURI)
setUserBuyLimit(uint256 _buyLimit)
setUserSellLimit(uint256 _sellLimit)
setWhitelist(address target, bool state)
startLimit()
stopLimit()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address _owner)
This contract contains no fallback and receive objects.
AlreadyExists()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
Unauthorized()
UnsafeRecipient()