Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.03)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DUH | ERC-20 | 101 | $0.000309 |
$0.03 | |
USA | ERC-20 | 1 | $0.000733 |
$0 | |
FER | ERC-20 | 988.02K | -- | -- | |
OHNO | ERC-20 | 92 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22764794 | 3 hours ago | | | 0 | 3.2154338e-7 | |
| 22744565 | 15 hours ago | | | 0 | 3.2627795e-7 | |
| 22744548 | 15 hours ago | | | 0 | 3.2726659e-7 | |
| 22734150 | 21 hours ago | | | 0 | 1.1583000e-7 | |
| 22731728 | a day ago | | | 0 | 1.3111581e-7 | |
| 22731688 | a day ago | | | 0 | 1.3158529e-7 | |
| 22731507 | a day ago | | | 0 | 1.3434091e-7 | |
| 22688067 | 2 days ago | | | 0 | 2.7536433e-7 | |
| 22687558 | 2 days ago | | | 0 | 2.7380419e-7 | |
| 22687234 | 2 days ago | | | 0 | 3.2187508e-7 |
ABI
ABI objects
Getter at block 22771071
TOKEN_CODE() view returns (uint256)
36944448140827823791296135784972
decimals() view returns (uint8)
18
maxTokenPerWallet() view returns (uint256)
1000000000000000000000000000
name() view returns (string)
duh
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
DUH
totalSupply() view returns (uint256)
1000000000000000000000000000
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)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
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)
ExcludedFromAntiWhale(address indexed account, bool excluded)
MaxTokenPerWalletUpdated(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply_, address ownerAddress_)
This contract contains no fallback and receive objects.
This contract contains no error objects.