Carbify
Verified contract
Active on
Ethereum with 1,263 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 "Carbify"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158318 | 7 minutes ago | | | 0 | 0.0010922904 | |
| 21158286 | 13 minutes ago | | | 0 | 0.0014582127 | |
| 21158273 | 16 minutes ago | | | 0 | 0.0013372342 | |
| 21158083 | an hour ago | | | 0 | 0.0013819458 | |
| 21157934 | an hour ago | | | 0 | 0.0018927534 | |
| 21156849 | 5 hours ago | | | 0 | 0.00056913021 | |
| 21155762 | 9 hours ago | | | 0 | 0.00070010401 | |
| 21154822 | 12 hours ago | | | 0 | 0.00063270300 | |
| 21152307 | 20 hours ago | | | 0 | 0.00057338149 | |
| 21152094 | 21 hours ago | | | 0 | 0.00038660426 |
ABI
ABI objects
Getter at block 21158349
TREASURY_WALLET() view returns (address)
0x6d12d1e76eac827228f19efd531914df78b5bebc
buyFees() view returns (uint256)
100
decimals() view returns (uint8)
18
name() view returns (string)
Carbify
owner() view returns (address)
0x3e41abe38f68223e43f52688c48ef85d2f10e030
sellFees() view returns (uint256)
100
symbol() view returns (string)
CBY
totalSupply() view returns (uint256)
39989931537425740000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isPairAddress(address addr) view returns (bool)
isRouterAddress(address addr) view returns (bool)
isWhitelistAddress(address addr) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setBuyPercentage(uint256 amount)
setPairAddress(address addr, bool status)
setRouterAddress(address addr, bool status)
setSellPercentage(uint256 amount)
setTreasuryWallet(address addr)
setWhiteListAddress(address addr, bool status)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
SetPair(address indexed arg0, bool indexed arg1)
SetRouter(address indexed arg0, bool indexed arg1)
SetWhiteList(address indexed arg0, bool indexed arg1)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 totalSupply, address vaultAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.