Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1b7d…e733
3 additional
variables
Balances ($334.15)
Native
Value
$334.15
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.1 | $3,341.51 |
$334.15 | |
KARROT | ERC-20 | 1.519265B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21130726 | 16 days ago | | | 0 | 0.00068512648 | |
| 21103746 | 20 days ago | | | 0 | 0.00013590270 | |
| 21053620 | a month ago | | | 0 | 0.00011224646 | |
| 20892134 | 2 months ago | | | 0 | 0.00024887465 | |
| 20587262 | 3 months ago | | | 0 | 0.000021749622 | |
| 19911412 | 6 months ago | | | 0 | 0.00038582324 | |
| 19837038 | 6 months ago | | | 0 | 0.00010648562 | |
| 19815180 | 7 months ago | | | 0 | 0.00011960564 | |
| 19793747 | 7 months ago | | | 0 | 0.00012846621 | |
| 19493279 | 8 months ago | | | 0 | 0.00046054663 |
ABI
ABI objects
Getter at block 21247289
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
KARROTS_AIRDROP_SUPPLY() view returns (uint256)
664864864871000000000000000000
KARROTS_DECIMALS() view returns (uint256)
1000000000000000000
KARROTS_INTERNAL_DECIMALS() view returns (uint256)
1000000000000000000000000
KARROTS_LP_SUPPLY() view returns (uint256)
1329729729743000000000000000000
KARROTS_PRESALE_SUPPLY() view returns (uint256)
1163513513525000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PERCENTAGE_DENOMINATOR() view returns (uint256)
10000
REBASER_ROLE() view returns (bytes32)
0x5fde63b561377d1441afa201ff619faac2ff8fed70a7fbdbe7a5cb07768c0b75
_totalFragmentSupply() view returns (uint160)
9642698382922965617611669202950
buyTaxRate() view returns (uint16)
100
config() view returns (address)
0x1b7d040a501f19f1e28ed9fe58e307a9516ee733
decimals() view returns (uint8)
18
divertTaxToStolenPoolRate() view returns (uint256)
100
getTotalSupply() view returns (uint256)
9642698382922965617611669202950
karrotsScalingFactor() view returns (uint64)
125811890281720
maxScaleFactorAdjust() view returns (uint256)
10
maxScaleFactorDecreasePercentagePerDebase() view returns (uint16)
1200
maxScalingFactor() view returns (uint256)
151078267183136663124984693650232438
name() view returns (string)
Karrot
outputAddress() view returns (address)
0xd7d4da7332b7d993b7910a54b2815a171bc66519
owner() view returns (address)
0x3809d11a9efd74e4ee7c280704306ae50e65ed39
sellTaxRate() view returns (uint16)
200
symbol() view returns (string)
KARROT
taxSwapAmountThreshold() view returns (uint256)
500000000000000000000000000
totalSupply() view returns (uint256)
9642698382922965617611669202950
tradingIsOpen() view returns (bool)
false
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
balanceOfUnderlying(address who) view returns (uint256)
computeTax(address _to, address _from, uint256 _value) view returns (uint256)
fragmentToKarrots(uint256 fragment) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isDexAddress(address) view returns (bool)
karrotsToFragment(uint256 karrots) view returns (uint256)
nonces(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
swapPath(uint256) view returns (address)
State-modifying
Events addDexAddress(address _addr)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount) returns (bool)
rebase(uint256 epoch, uint256 indexDelta, bool positive) returns (uint256)
removeDexAddress(address _addr)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setBuyTaxRate(uint16 _buyTaxRate)
setConfigManagerAddress(address _configManager)
setDivertTaxToStolenPoolRate(uint256 _divertTaxToStolenPoolRate)
setMaxScaleFactorAdjust(uint256 _adjustFactor)
setMaxScaleFactorDecreasePercentagePerDebase(uint256 _maxScaleFactorDecreasePercentagePerDebase)
setOutputAddress(address _outputAddress)
setSellTaxRate(uint16 _sellTaxRate)
setTaxSwapAmountThreshold(uint256 _taxSwapAmountThreshold)
swapContractKarrotsToEth()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawERC20FromContract(address _to, address _token)
withdrawEthFromContract(address _to)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address from, uint256 amount)
Mint(address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Rebase(uint256 epoch, uint256 prevKarrotsScalingFactor, uint256 newKarrotsScalingFactor)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _configManagerAddress, address[] teamMemberAddresses, uint256[] teamMemberTokenAmounts, string _name, string _symbol)
receive()
CallerIsNotConfig()
CallerIsNotStolenPool()
ForwardFailed()
InvalidRecipient()
MaxScalingFactorTooLow()
MustHaveMinterRole()
MustHaveRebaserRole()
NotEnoughBalance()
OutputAddressNotSet()
TradingIsNotOpen()
ZeroAddressNotAllowed()