test token please ignore
Verified contract
Active on
Base with 20 txns
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 "test token please ignore"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12526733 | 7 months ago | | | 0 | 0.0000060495500 | |
| 12526719 | 7 months ago | | | 0 | 0.0000011621023 | |
| 12526714 | 7 months ago | | | 0 | 7.3902717e-7 | |
| 12526706 | 7 months ago | | | 0 | 0.0000011542897 | |
| 12526639 | 7 months ago | | | 0 | 0.0000011811716 | |
| 12526629 | 7 months ago | | | 0 | 0.0000011834294 | |
| 12526628 | 7 months ago | | | 0 | 0.0000051511928 | |
| 12526622 | 7 months ago | | | 0 | 0.0000011863403 | |
| 12526583 | 7 months ago | | | 0 | 0.0000012003259 | |
| 12526576 | 7 months ago | | | 0 | 0.0000012026896 |
ABI
ABI objects
Getter at block 21890999
CYYXFNN() view returns (uint256)
8307
decimals() view returns (uint8)
18
name() view returns (string)
test token please ignore
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
TEST
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events MSJXZDF(address ANJGJMX) returns (uint256)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
getAirdropMaount() returns (uint256)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
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()
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)