Commander
Verified contract
Active on
Ethereum with 304 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4b3c…9c84
Balances ($0.00)
No balances found for "Commander"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21232548 | 2 days ago | | | 0 | 0.00045014418 | |
| 21132533 | 16 days ago | | | 0 | 0.00069638112 | |
| 21132526 | 16 days ago | | | 0 | 0.0010690207 | |
| 21111138 | 19 days ago | | | 0 | 0.00024283356 | |
| 21106859 | 20 days ago | | | 0 | 0.00022624559 | |
| 21101150 | 21 days ago | | | 0 | 0.0013367054 | |
| 21097430 | 21 days ago | | | 0 | 0.00019517719 | |
| 21094684 | 21 days ago | | | 0 | 0.00043386950 | |
| 21091119 | 22 days ago | | | 0 | 0.00021485071 | |
| 21085911 | 23 days ago | | | 0 | 0.00062571425 |
ABI
ABI objects
Getter at block 21248052
_maxBuyLimit() view returns (uint256)
5000000000000000
_maxTaxSwap() view returns (uint256)
10000000000000000
_taxSwapThreshold() view returns (uint256)
1000000000000000
decimals() pure returns (uint8)
9
name() pure returns (string)
Commander
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
COMMANDER
totalSupply() pure returns (uint256)
100000000000000000
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address account) view returns (bool)
State-modifying
Events addLiquidity()
approve(address spender, uint256 amount) returns (bool)
blacklistAddress(address account)
openTrading()
removeFromBlacklist(address account)
renounceOwnership()
setExcludedFromFee(address account, bool excluded)
setTax(uint256 newBuyTax, uint256 newSellTax)
tokensWithdraw()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner_)
updateMaxBuyLimit(uint256 maxBuyLimit)
Approval(address indexed owner_, address indexed spender, uint256 value)
Blacklisted(address indexed account)
MaxBuyLimitUpdated(uint256 _maxBuyLimit)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemovedFromBlacklist(address indexed account)
TaxUpdated(uint256 newBuyTax, uint256 newSellTax)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.