ClosedAI
Verified contract
Active on
Ethereum with 7,373 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x161e…ccca
Balances ($3,355.36)
Native
Value
$630.74
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.2 | $3,153.70 |
$630.74 | |
CLOSEDAI | ERC-20 | 9.263633M | $0.000294 |
$2,724.62 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21215552 | 7 hours ago | | | 0 | 0.00075669427 | |
| 21214319 | 12 hours ago | | | 0 | 0.00086353591 | |
| 21199357 | 3 days ago | | | 0 | 0.00067164902 | |
| 21198319 | 3 days ago | | | 0 | 0.00066993164 | |
| 21197595 | 3 days ago | | | 0 | 0.00075249964 | |
| 21197477 | 3 days ago | | | 0 | 0.00082780324 | |
| 21197476 | 3 days ago | | | 0 | 0.00071074394 | |
| 21197468 | 3 days ago | | | 0 | 0.00072317536 | |
| 21197461 | 3 days ago | | | 0 | 0.00071022702 | |
| 21197459 | 3 days ago | | | 0 | 0.00086229430 |
ABI
ABI objects
Getter at block 21217756
_maxTaxSwap() view returns (uint256)
10000000000000000000000000
_maxTxAmount() view returns (uint256)
1000000000000000000000000000
_maxWalletSize() view returns (uint256)
1000000000000000000000000000
_taxSwapThreshold() view returns (uint256)
10000000000000000000000000
decimals() pure returns (uint8)
18
name() pure returns (string)
ClosedAI
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
CLOSEDAI
totalSupply() pure returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBot(address a) view returns (bool)
State-modifying
Events addBots(address[] bots_)
approve(address spender, uint256 amount) returns (bool)
delBots(address[] notbot)
excludeFromFee(address toExclude)
openTrading()
reduceFee(uint256 _newFee)
removeLimits()
renounceOwnership()
toggleFeeSwitch(bool _newFeeSwitch)
toggleSwapEnabled(bool _newSwapEnabled)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MaxTxAmountUpdated(uint256 _maxTxAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)