Snowman
Verified contract
Active on
Ethereum with 9,955 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($7,063.67)
Native
Value
$7,063.67
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.253128 | $3,135.05 |
$7,063.67 | |
SNOW | ERC-20 | 337.735492B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21223809 | 29 minutes ago | | | 0 | 0.00084916273 | |
| 21222705 | 4 hours ago | | | 0 | 0.0010278093 | |
| 21221690 | 8 hours ago | | | 0 | 0.00026746138 | |
| 21217627 | 21 hours ago | | | 0 | 0.00069216649 | |
| 21217550 | 21 hours ago | | | 0 | 0.00040895192 | |
| 21216093 | a day ago | | | 0 | 0.0013056791 | |
| 21215423 | a day ago | | | 0 | 0.00081770306 | |
| 21215367 | a day ago | | | 0 | 0.00072840323 | |
| 21214398 | a day ago | | | 0 | 0.00034244358 | |
| 21214363 | a day ago | | | 0 | 0.00066738692 |
ABI
ABI objects
Getter at block 21223954
decimals() view returns (uint8)
18
getAirDropper() view returns (address)
0x0000000000000000000000000000000000000000
getTradingEnabledBlock() view returns (uint256)
19076107
limitsInEffect() view returns (bool)
false
name() view returns (string)
Snowman
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapEnabled() view returns (bool)
true
symbol() view returns (string)
SNOW
totalSupply() view returns (uint256)
888888888888888000000000000000000
transferDelayEnabled() view returns (bool)
false
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
bots(address) view returns (bool)
State-modifying
Events airdropToWallets(address[] recipients, uint256[] amounts)
approve(address spender, uint256 value) returns (bool)
disableTransferDelay()
enableTrading()
excludeFromLimits(address account, bool excluded)
manageBoughtEarly(address wallet, bool flag)
massManageBoughtEarly(address[] wallets, bool flag)
removeLimits()
renounceOwnership()
setAirDropper(address newAirDropper)
setKnownBNBUniswapRouters(bool flag)
setUniswapRouter(address theAddress, bool flag)
transfer(address to, uint256 value) returns (bool)
transferForeignToken(address _token, address _to)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdrawStuckETH()
Approval(address indexed owner, address indexed spender, uint256 value)
EnableTrading()
ExcludeFromLimits(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemovedLimits()
SetUniswapRouter(address indexed theAddress, bool indexed flag)
Transfer(address indexed from, address indexed to, uint256 value)
TransferForeignToken(address token, address to, uint256 amount)
constructor()
fallback()
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
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)
ERC20ZeroToken()
FailedInnerCall()
ForeignTokenSelfTransfer()
Mismatch()
NoBots()
NotAirDropper()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
TradingAlreadyEnabled()
WithdrawStuckETH()
ZeroAddress()
ZeroAmount()