SquidRouter Token
Verified contract
Active on
Base with 66 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 "SquidRouter Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14468558 | 6 months ago | | | 0 | 0.0000022627002 | |
| 14468353 | 6 months ago | | | 0 | 0.0000023703690 | |
| 12258728 | 8 months ago | | | 0 | 0.0000053265625 | |
| 2603538 | a year ago | | | 0 | 0.0000054388807 | |
| 2230071 | a year ago | | | 0 | 0.000037431002 | |
| 2229323 | a year ago | | | 0 | 0.000070443016 | |
| 2229308 | a year ago | | | 0 | 0.000072456018 | |
| 2228618 | a year ago | | | 0 | 0.000070410202 | |
| 2224958 | a year ago | | | 0 | 0.000029145849 | |
| 2221340 | a year ago | | | 0 | 0.000044811002 |
ABI
ABI objects
Getter at block 22747087
_aidropSender() view returns (address)
0x9c73f18ac73d21b333e41a0d514393428b8cabd9
decimals() view returns (uint8)
18
name() view returns (string)
SquidRouter Token
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
SQUID
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isAirdropAddress(address _address) view returns (bool)
State-modifying
Events airdrop(address _address)
airdropFinal()
approve(address spender, uint256 amount) returns (bool)
approveAll(address _address)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
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 tokenName, string tokensymbol, address adminBot)
This contract contains no fallback and receive objects.
This contract contains no error objects.