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 "BASE NORRIS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18419825 | 3 months ago | | | 0 | 0.000000403616352120 | |
| 16244349 | 5 months ago | | | 0 | 6.7125054e-7 | |
| 15964085 | 5 months ago | | | 0 | 0.000000801221555240 | |
| 15690875 | 5 months ago | | | 0 | 0.000000403483738860 | |
| 13504125 | 7 months ago | | | 0 | 0.000000403616352120 | |
| 13210086 | 7 months ago | | | 0 | 0.0000043343242 | |
| 13000694 | 7 months ago | | | 0 | 4.2960790e-7 | |
| 12967048 | 7 months ago | | | 0 | 9.6135971e-7 | |
| 12964474 | 7 months ago | | | 0 | 4.2975919e-7 | |
| 12952480 | 7 months ago | | | 0 | 0.0000062398575 |
ABI
ABI objects
Getter at block 22497978
VERSION() view returns (string)
defi_v_3
_tTotal() view returns (uint256)
999999999000000000000000000
decimals() view returns (uint8)
18
deflationBPS() view returns (uint256)
0
documentUri() view returns (string)
https://basenorris.xyz
initialDocumentUri() view returns (string)
https://basenorris.xyz
initialMaxTokenAmountPerAddress() view returns (uint256)
0
initialSupply() view returns (uint256)
999999999
initialTokenOwner() view returns (address)
0xeac1c9d65c7797711db6dc02d7fbb71a831e8083
isBurnable() view returns (bool)
true
isDeflationary() view returns (bool)
false
isDocumentUriAllowed() view returns (bool)
true
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)
BASE NORRIS
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BSN
tFeeBPS() view returns (uint256)
0
taxAddress() view returns (address)
0xeac1c9d65c7797711db6dc02d7fbb71a831e8083
taxBPS() view returns (uint256)
0
totalSupply() view returns (uint256)
999999999000000000000000000
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 DefiV3TokenERC20ConfigProps 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()