Carbon

Verified contract

Active on Ethereum with 83 txns
Deployed by via 0xdce6a6d1 at 19184128
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Carbon"

0xb37ae7311376af3cd56eac889489374c39fd988253a162d1e2552cc354f4d922
0x4627d5ac1d19c3213ab97def564af6a9965e14997eebc7d8d769e3ed44f57e41
0xdae6e558a9eb1394a98428f744e656e884e4569c2f5fa01760c35f779cc64a07
0x9191057515e7851d97cbad0fe231dc166905928bf370a5bb0ea4db7537b8e839
0x1594a3b2a2b5555f335761db0bb249e27e03142a9ed5990471b7f622fdf8d1ab
0x1be8a5101766ffd0e83a86efeb487dd69757fc9a4c21652597f8d842ccc6cd76
0x2ca787784e1d8486064492ba0acfe332203abbe1c81e51f1c0e1ba902f708c41
0x7daf6865eb97d73cf3fdaefe55d362c1b5fd5085eff20c078e1b48f4c4651c06
0xe032fb1541f80d0c41cd3dea06903b2e48c9bd0fce68b345df15361aa9cd8e0f
0x1f24f2747162117add2bd29ebe1a5b23d3936d95e45146314a6cf0568caea0ae

Functions
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(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenURI(uint256 idview returns (string)
userBuyLimit(addressview returns (uint256)
userSellLimit(addressview returns (uint256)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
investSupply(uint256 supply
revokeOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setDataURI(string _dataURI
setLimit(uint256 _txLimitToSet
setNameSymbol(string _namestring _symbol
setTokenURI(string _tokenURI
setUserBuyLimit(uint256 _buyLimit
setUserSellLimit(uint256 _sellLimit
setWhitelist(address targetbool state
startLimit(
stopLimit(
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address _owner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferred(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(address _owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
InvalidOwner(
InvalidRecipient(
InvalidSender(
NotFound(
Unauthorized(
UnsafeRecipient(