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 "Cloak"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19698531 | 8 months ago | | | 0 | 0.00020499232 | |
| 19698527 | 8 months ago | | | 0 | 0.00019967421 | |
| 19624795 | 8 months ago | | | 0 | 0.00096240356 | |
| 19546968 | 8 months ago | | | 0 | 0.00064492321 | |
| 19546936 | 8 months ago | | | 0 | 0.0012256670 | |
| 19546058 | 8 months ago | | | 0 | 0.00085508091 | |
| 19545972 | 8 months ago | | | 0 | 0.00085070160 | |
| 19545306 | 8 months ago | | | 0 | 0.0010328938 | |
| 19545273 | 8 months ago | | | 0 | 0.00099742445 | |
| 19545267 | 8 months ago | | | 0 | 0.00096219136 |
ABI
ABI objects
Getter at block 21399540
decimals() view returns (uint8)
18
maxTxAmount() view returns (uint256)
0
maxWalletAmount() view returns (uint256)
0
name() view returns (string)
Cloak
owner() view returns (address)
0x07ddba2cc45970bbf81a79406db9b19c68943f88
protocolFee() view returns (uint256)
0
protocolWallet() view returns (address)
0x07ddba2cc45970bbf81a79406db9b19c68943f88
sent() view returns (bool)
true
symbol() view returns (string)
CLOAK
totalSupply() view returns (uint256)
100000000000000000000000000
uniswapV2Pair() view returns (address)
0x0589557fec411ab53f97603c704472550a3d413c
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events addAmmPair(address pair)
approve(address spender, uint256 value) returns (bool)
excludeFromLimits(address account)
includeInLimits(address account)
removeAmmPair(address pair)
renounceOwnership()
sendIt()
setMaxTxAmount(uint256 maxTxAmount_)
setMaxWalletAmount(uint256 maxWalletAmount_)
setProtocolFee(uint256 amount)
setProtocolWallet(address protocolWallet_)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
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)
constructor(address initialOwner, address protocolWallet_)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()