Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6c0c…8e01
3 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KRILL | ERC-20 | 2.998488B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20498743 | 2 months ago | | | 0 | 1.2812280e-7 | |
| 15996276 | 5 months ago | | | 0 | 0.000000100576496556 | |
| 15038576 | 6 months ago | | | 0 | 0.0000012183904 | |
| 14547571 | 6 months ago | | | 0 | 0.0000031648324 | |
| 14168790 | 7 months ago | | | 0 | 0.000093414434 | |
| 13340290 | 7 months ago | | | 0 | 0.0000019637283 | |
| 8660392 | a year ago | | | 0 | 0.000000046925486919 | |
| 6415356 | a year ago | | | 0 | 0.000000000012023832 | |
| 2658700 | a year ago | | | 0 | 4.9278000e-7 | |
| 2634978 | a year ago | | | 0 | 7.3917000e-7 |
ABI
ABI objects
Getter at block 22770980
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
KARROTS_AIRDROP_SUPPLY() view returns (uint256)
4000000000000000000000000000
KARROTS_DECIMALS() view returns (uint256)
1000000000000000000
KARROTS_INTERNAL_DECIMALS() view returns (uint256)
1000000000000000000000000
KARROTS_LP_SUPPLY() view returns (uint256)
34000000000000000000000000000
KARROTS_PRESALE_SUPPLY() view returns (uint256)
21875000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PERCENTAGE_DENOMINATOR() view returns (uint256)
10000
REBASER_ROLE() view returns (bytes32)
0x5fde63b561377d1441afa201ff619faac2ff8fed70a7fbdbe7a5cb07768c0b75
_totalFragmentSupply() view returns (uint160)
3657984704437540763236085734656
buyTaxRate() view returns (uint16)
100
config() view returns (address)
0x6c0cfbe2eec8f0debdbfcb86f5d2d2d7f8f68e01
decimals() view returns (uint8)
18
divertTaxToStolenPoolRate() view returns (uint256)
100
getTotalSupply() view returns (uint256)
3657984704437540763236085734656
karrotsScalingFactor() view returns (uint64)
27830145390862691
maxScaleFactorAdjust() view returns (uint256)
10
maxScaleFactorDecreasePercentagePerDebase() view returns (uint16)
1200
maxScalingFactor() view returns (uint256)
88095247491794982285566830287036684666
name() view returns (string)
Krill
outputAddress() view returns (address)
0x99f118801bb75eed9cfd14c7d7e9ba498d8bd20a
owner() view returns (address)
0x7ac6508b6b9aff83bcbbe0472aed8a47a876f3d5
sellTaxRate() view returns (uint16)
200
symbol() view returns (string)
KRILL
taxSwapAmountThreshold() view returns (uint256)
500000000000000000000000000
totalSupply() view returns (uint256)
3657984704437540763236085734656
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, string _name, string _symbol)
receive()
CallerIsNotConfig()
CallerIsNotStolenPool()
ForwardFailed()
InvalidRecipient()
MaxScalingFactorTooLow()
MustHaveMinterRole()
MustHaveRebaserRole()
NotEnoughBalance()
OutputAddressNotSet()
TradingIsNotOpen()
ZeroAddressNotAllowed()