Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22710227 | 17 hours ago | | | 0 | 1.1977744e-7 | |
| 22686797 | a day ago | | | 0 | 0.000000109027382496 | |
| 22630594 | 3 days ago | | | 0 | 1.1565485e-7 | |
| 22398939 | 8 days ago | | | 0 | 1.1236805e-7 | |
| 22109048 | 15 days ago | | | 0 | 0.000000209568883050 | |
| 21734770 | 23 days ago | | | 0 | 1.1232879e-7 | |
| 21637474 | a month ago | | | 0 | 2.1414843e-7 | |
| 20810244 | a month ago | | | 0 | 2.1126464e-7 | |
| 20698964 | 2 months ago | | | 0 | 0.000000200610687312 | |
| 20501700 | 2 months ago | | | 0 | 1.2236629e-7 |
ABI
ABI objects
Getter at block 22740976
TOKEN_CODE() view returns (uint256)
255379718580682015124882183163096919
decimals() view returns (uint8)
18
maxTokenPerWallet() view returns (uint256)
750000000000000000000000000000000
name() view returns (string)
Cabald
owner() view returns (address)
0x0b8c0f18fdf7ae8b4074496de42a729fc89d6d8e
symbol() view returns (string)
CABALD
totalSupply() view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromAntiWhale(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
recoverEth(address to, uint256 amount)
recoverTokens(address tokenAddress, address to, uint256 tokenAmount)
renounceOwnership()
setIsExcludedFromAntiWhale(address account, bool excluded)
setMaxTokenPerWallet(uint256 amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
EthRecovered(address indexed to, uint256 amount)
ExcludedFromAntiWhale(address indexed account, bool excluded)
MaxTokenPerWalletUpdated(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenRecovered(address indexed token, address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply_, address feeReceiver_)
This contract contains no fallback and receive objects.
This contract contains no error objects.