Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($18,673.50)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 16.907331K | $1.001 |
$16,924.24 | |
APE | ERC-20 | 407.835581 | $1.40 |
$570.97 | |
PEPE | ERC-20 | 29.218M | $0.00002 |
$570.92 | |
SIDUS | ERC-20 | 104.002K | $0.004716 |
$490.43 | |
POLY | ERC-20 | 1.803207K | $0.03796 |
$68.45 | |
RTF | ERC-20 | 1.133727K | $0.030919 |
$35.05 | |
Cake | ERC-20 | 2 | $3.05 |
$6.1 | |
SHIB | ERC-20 | 205.82166K | $0.000025 |
$5.21 | |
PEIPEI | ERC-20 | 10M | $0.00 |
$1.25 | |
ZIK | ERC-20 | 5.10871K | $0.000172 |
$0.88 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21283158 | 18 hours ago | | | 0 | 0.00040211718 | |
| 21283074 | 18 hours ago | | | 0 | 0.00052799704 | |
| 21283031 | 18 hours ago | | | 0 | 0.00060739736 | |
| 21283028 | 18 hours ago | | | 0 | 0.00055846539 | |
| 21283022 | 18 hours ago | | | 0 | 0.00059687698 | |
| 21283015 | 18 hours ago | | | 0 | 0.00056909374 | |
| 21282945 | 18 hours ago | | | 0 | 0.00024623618 | |
Transfer | 21238956 | 7 days ago | | | 0.01717466 | 0.00031688781 | |
| 21200045 | 12 days ago | | | 0 | 0.00048379071 | |
| 21158881 | 18 days ago | | | 0 | 0.0011678328 |
ABI
ABI objects
Getter at block 21288384
decimals() view returns (uint8)
18
name() view returns (string)
ERC20
owner() view returns (address)
0x7cec6f214afabc001b316c949d64cb0d0b18b652
symbol() view returns (string)
ERC20
taxAddress() view returns (address)
0x79da87c66621886a95930bc2bfdc0235f03444f2
taxFeePerMille() view returns (uint256)
0
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromTaxFee(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)
renounceOwnership()
setExclusionFromTaxFee(address account, bool status)
setTaxAddress(address taxAddress)
setTaxFeePerMille(uint256 taxFeePerMille)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_, uint256 initialBalance_, uint256 taxFeePerMille_, address taxAddress_, bytes signature_, address feeReceiver_)
This contract contains no fallback and receive objects.
This contract contains no error objects.