SquidGrow
Verified contract
Active on
Ethereum with 2,956 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SQGROW | ERC-20 | 3.642K | $0.026343 |
$95.94 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21268487 | 12 minutes ago | | | 0 | 0.00059703831 | |
| 21267813 | 2 hours ago | | | 0 | 0.00062065832 | |
| 21267724 | 3 hours ago | | | 0 | 0.00051653365 | |
| 21267463 | 4 hours ago | | | 0 | 0.00049719805 | |
| 21267194 | 5 hours ago | | | 0 | 0.00091590271 | |
| 21267115 | 5 hours ago | | | 0 | 0.0010865383 | |
| 21267107 | 5 hours ago | | | 0 | 0.0010636395 | |
| 21267106 | 5 hours ago | | | 0 | 0.00050854814 | |
| 21267059 | 5 hours ago | | | 0 | 0.00076849567 | |
| 21267054 | 5 hours ago | | | 0 | 0.00074822846 |
ABI
ABI objects
Getter at block 21268541
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x0aeeb9e83354b3f6a44c7c4d12942c44468165a19fe6f215596a4c69d62a5f8c
decimals() view returns (uint8)
9
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=SquidGrow, version=1, chainId=1, verifyingContract=0xb72e76ccf005313868db7b48070901a44629da98, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
isPaused() view returns (bool)
false
name() view returns (string)
SquidGrow
startedTime() view returns (uint256)
1726182011
symbol() view returns (string)
SQGROW
totalSupply() view returns (uint256)
1000000000000000000
tradingEnabled() view returns (bool)
true
tradingPausedUntil() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isWhitelisted(address account) view returns (bool)
nonces(address owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addToWhitelist(address account)
approve(address spender, uint256 value) returns (bool)
emergencyWithdrawEth()
emergencyWithdrawOtherToken(address _token)
enableTrading(uint256 _input)
grantRole(bytes32 role, address account)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeFromWhitelist(address account)
renounceRole()
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
AlreadyWhitelisted()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
FailedInnerCall()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
NotWhitelisted()
PauseAlreadyTriggered()
SafeERC20FailedOperation(address token)
SchedulingUnpauseFailed()
StringTooLong(string str)
TradingAlreadyEnabled()
TradingNotEnabled()
TransferWhilePaused()
UnpauseNotYetAllowed()
ZeroAddress()