Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6649…ef70
Balances ($0.00)
No balances found for "CHIVE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21224574 | 33 minutes ago | | | 0 | 0.00096626557 | |
| 21224419 | an hour ago | | | 0 | 0.0010592710 | |
| 21223900 | 3 hours ago | | | 0 | 0.0016830405 | |
| 21223870 | 3 hours ago | | | 0 | 0.0017616290 | |
| 21223866 | 3 hours ago | | | 0 | 0.0018013808 | |
| 21223849 | 3 hours ago | | | 0 | 0.0016767479 | |
| 21223844 | 3 hours ago | | | 0 | 0.0015304758 | |
| 21223827 | 3 hours ago | | | 0 | 0.0014267823 | |
| 21223821 | 3 hours ago | | | 0 | 0.0010268925 | |
| 21223814 | 3 hours ago | | | 0 | 0.0013951788 |
ABI
ABI objects
Getter at block 21224736
DEV_ENTITY() view returns (address)
0x04bda42de3bc32abb00df46004204424d4cf8287
FEE() view returns (uint256)
2
VERSION() view returns (uint8)
2
buyTaxRate() view returns (uint256)
0
decimals() view returns (uint8)
18
feeHandler() view returns (address)
0x6649c6035d74b4e6f45eb79889bcdd7556bfef70
feeReceiver() view returns (address)
0x8299b9056b09fc6eeb99815019575c83eccb5057
name() view returns (string)
CHIVE
owner() view returns (address)
0x0000000000000000000000000000000000000000
randomizer() view returns (string)
kcbka
sellTaxRate() view returns (uint256)
1
symbol() view returns (string)
CHIVE
taxPaused() view returns (bool)
false
totalSupply() view returns (uint256)
1000000000000000000000000000000
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address) view returns (bool)
isUniswapV2Pair(address) view returns (bool)
isWhitelisted(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
pauseTax(bool _status)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateBlacklist(address account, bool _isBlacklisted)
updateFeeReceiver(address newFeeReceiver)
updatePair(address pair, bool isAdded)
updateTaxRates(uint256 newBuyTaxRate, uint256 newSellTaxRate)
updateWhitelist(address account, bool _isWhitelisted)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistUpdated(address indexed account, bool isBlacklisted)
DeployedContract(address indexed contractAddress, uint8 version)
FeeReceiverUpdated(address indexed newFeeReceiver)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PairUpdated(address indexed pair, bool isAdded)
TaxPaused(bool isPaused)
TaxRatesUpdated(uint256 newBuyTaxRate, uint256 newSellTaxRate)
Transfer(address indexed from, address indexed to, uint256 value)
WhitelistUpdated(address indexed account, bool isWhitelisted)
constructor(string name, string symbol, uint256 buyTax, uint256 sellTax, uint256 supply, address _routerAddress, address _feeReceiver)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)