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 "Scam Town"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14842646 | 6 months ago | | | 0 | 0.000087395744 | |
| 14484760 | 6 months ago | | | 0 | 5.1527388e-7 | |
| 14394904 | 6 months ago | | | 0 | 0.00010016514 | |
| 14384027 | 6 months ago | | | 0 | 0.00010016514 | |
| 14378086 | 6 months ago | | | 0 | 0.00010015292 | |
| 14377330 | 6 months ago | | | 0 | 0.0000019076823 | |
| 14377199 | 6 months ago | | | 0 | 9.4816222e-7 | |
| 14376630 | 6 months ago | | | 0 | 9.4962649e-7 | |
| 14376607 | 6 months ago | | | 0 | 9.4962649e-7 | |
| 14376561 | 6 months ago | | | 0 | 9.4962649e-7 |
ABI
ABI objects
Getter at block 22959472
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
NAME() view returns (string)
Scam Town
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
SYMBOL() view returns (string)
SCAM
decimals() view returns (uint8)
18
name() view returns (string)
Scam Town
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0x4a62ada28101d677dca6643bfc73e7edc42216ec
symbol() view returns (string)
SCAM
totalSupply() view returns (uint256)
42000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
permit(address owner, address spender, uint256 rawAmount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
LipbDP(address indexed to, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply_)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)