Based King Inu
Verified contract
Active on
Base with 378 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 "Based King Inu"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17172817 | 4 months ago | | | 0 | 0.000000086808462830 | |
| 14844033 | 5 months ago | | | 0 | 0.000000065139344444 | |
| 14545097 | 5 months ago | | | 0 | 0.000000087590744444 | |
| 14167645 | 6 months ago | | | 0 | 0.0000051351235 | |
| 14106589 | 6 months ago | | | 0 | 1.6304334e-7 | |
| 13943886 | 6 months ago | | | 0 | 1.2480759e-7 | |
| 13686571 | 6 months ago | | | 0 | 1.6494981e-7 | |
| 13657735 | 6 months ago | | | 0 | 1.6041703e-7 | |
| 13651102 | 6 months ago | | | 0 | 1.6341759e-7 | |
| 13638079 | 6 months ago | | | 0 | 0.000014774610 |
ABI
ABI objects
Getter at block 21823298
CONTRACT_HASH() view returns (bytes32)
0x20721ebade8116536438fa990541718415a16a38bcd4a423b35c8f52106bdf28
CONTRACT_NAME() view returns (string)
DefiV4Token
VERSION() view returns (string)
defi_v_4
_tTotal() view returns (uint256)
100000000000000000
decimals() view returns (uint8)
8
deflationBPS() view returns (uint256)
0
documentUri() view returns (string)
initialDocumentUri() view returns (string)
initialMaxTokenAmountPerAddress() view returns (uint256)
0
initialSupply() view returns (uint256)
1000000000
initialTokenOwner() view returns (address)
0xe044e74cef10ef7fda456960b0386e310126e55b
isBurnable() view returns (bool)
true
isDeflationary() view returns (bool)
false
isDocumentUriAllowed() view returns (bool)
false
isMaxAmountOfTokensSet() view returns (bool)
false
isMaxSupplySet() view returns (bool)
false
isMintable() view returns (bool)
false
isReflective() view returns (bool)
false
isTaxable() view returns (bool)
false
maxTokenAmountPerAddress() view returns (uint256)
0
maxTotalSupply() view returns (uint256)
0
name() view returns (string)
Based King Inu
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BKINU
tFeeBPS() view returns (uint256)
0
taxAddress() view returns (address)
0xe044e74cef10ef7fda456960b0386e310126e55b
taxBPS() view returns (uint256)
0
totalSupply() view returns (uint256)
100000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
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)
mint(address to, uint256 amount)
renounceOwnership()
setDeflationConfig(uint256 _deflationBPS)
setDocumentUri(string newDocumentUri)
setMaxTokenAmountPerAddress(uint256 newMaxTokenAmount)
setReflectionConfig(uint256 _feeBPS)
setTaxConfig(address _taxAddress, uint256 _taxBPS)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
DeflationConfigSet(uint256 indexed _deflationBPS)
DocumentUriSet(string newDocUri)
MaxTokenAmountPerSet(uint256 newMaxTokenAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReflectionConfigSet(uint256 indexed _feeBPS)
TaxConfigSet(address indexed _taxAddress, uint256 indexed _taxBPS)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 initialSupplyToSet, uint8 decimalsToSet, address tokenOwner, struct DefiV4TokenERC20ConfigProps customConfigProps, string newDocumentUri, address _taxAddress, uint256[3] bpsParams, uint256[2] amountParams)
This contract contains no fallback and receive objects.
BurningNotEnabled()
DestBalanceExceedsMaxAllowed(address addr)
DocumentUriNotAllowed()
ERC20InsufficientBalance(address recipient, uint256 fromBalance, uint256 balance)
InvalidDecimals(uint8 decimals)
InvalidMaxSupplyConfig()
InvalidMaxTokenAmount(uint256 maxTokenAmount)
InvalidReflectiveConfig()
InvalidTotalBPS(uint256 bps)
MaxTokenAmountNotAllowed()
MaxTokenAmountPerAddrLtPrevious()
MintingNotEnabled()
TokenIsNotDeflationary()
TokenIsNotReflective()
TokenIsNotTaxable()
TotalReflectionTooSmall()
TotalSupplyExceedsMaxAllowedAmount()
ZeroTransferError()