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 "5chan"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17530571 | a year ago | | | 0 | 0.0010618209 | |
| 17530546 | a year ago | | | 0 | 0.0013835313 | |
| 17530544 | a year ago | | | 0 | 0.0013810039 | |
| 17530539 | a year ago | | | 0 | 0.0012812771 | |
| 17530531 | a year ago | | | 0 | 0.00056831278 |
ABI
ABI objects
Getter at block 21184798
_taxBurn() view returns (uint256)
3
_taxLiquidity() view returns (uint256)
2
collectedFees() view returns (uint256)
65870363364388460
decimals() view returns (uint8)
10
name() view returns (string)
5chan
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
5CHAN
teamWallet() view returns (address)
0xc0f8568dfb389060665723f2878be6dcceb6ed30
toBurnAmount() view returns (uint256)
39522218018633074
totalSupply() view returns (uint256)
6900000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burnCollectedFees()
collectFees()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFee(address account)
includeInFee(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateTeamWallet(address _teamWallet)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
excludingAddressFromFee(address account)
feeCollected(address teamWallet, uint256 amount)
includingAddressInFee(address account)
teamWalletChanged(address oldWalletAddress, address newWalletAddress)
constructor(address _teamWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.