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 "0x404"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19268822 | 10 months ago | | | 0 | 0.0010693703 | |
| 19265156 | 10 months ago | | | 0 | 0.0010469843 | |
| 19255214 | 10 months ago | | | 0 | 0.00091374439 | |
| 19250239 | 10 months ago | | | 0 | 0.00075590471 | |
| 19248662 | 10 months ago | | | 0 | 0.00091681456 | |
| 19248601 | 10 months ago | | | 0 | 0.00093180728 | |
| 19248285 | 10 months ago | | | 0 | 0.0010061661 | |
| 19247125 | 10 months ago | | | 0 | 0.00062594596 | |
| 19241838 | 10 months ago | | | 0 | 0.0015104366 | |
| 19241812 | 10 months ago | | | 0 | 0.0012711688 |
ABI
ABI objects
Getter at block 21381475
FEE_RATE_DENOMINATOR() view returns (uint256)
10000
MAX_FEES() view returns (uint256)
10000
admin() view returns (address)
0xd47bc93464dc64f486f655d6404867ab9d19ff9e
buyFeesBPs() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
0x404
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFeesBPs() view returns (uint256)
10000
symbol() view returns (string)
0x404
totalSupply() view returns (uint256)
1000000000000000000000000000
transferFeesBPs() view returns (uint256)
0
treasury() view returns (address)
0xd47bc93464dc64f486f655d6404867ab9d19ff9e
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getFeeRate(address from, address to) view returns (uint256)
isFeeWhitelisted(address account) view returns (bool)
isLiquidityPair(address account) view returns (bool)
userStatus(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeMetadata(string name_, string symbol_)
feeWL(address _address, bool _status)
liquidityPairList(address _address, bool _status)
renounceOwnership()
setBuyFeesBPs(uint16 fees)
setSellFeesBPs(uint16 fees)
setTrade(bool status)
setTransferFeesBPs(uint16 fees)
setTreasury(address _treasury)
setUserStatus(address address_, bool status_)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AdminTransferred(address indexed previousOwner, address indexed newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint256 _supply)
This contract contains no fallback and receive objects.
Disable()
OverMaxBasisPoints()