SBFABitchInJailNoGrippySonicBoom
Verified contract
Active on
Ethereum with 37 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 "SBFABitchInJailNoGrippySonicBoom"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18489730 | a year ago | | | 0 | 0.00060497283 | |
| 18489718 | a year ago | | | 0 | 0.00073480934 | |
| 18489704 | a year ago | | | 0 | 0.00076726284 | |
| 18489678 | a year ago | | | 0 | 0.00073148918 | |
| 18489641 | a year ago | | | 0 | 0.00070063558 | |
| 18489635 | a year ago | | | 0 | 0.00071217328 | |
| 18489616 | a year ago | | | 0 | 0.00037390389 | |
| 18489610 | a year ago | | | 0 | 0.00072949675 | |
| 18489609 | a year ago | | | 0 | 0.00064507805 | |
| 18489609 | a year ago | | | 0 | 0.00064507805 |
ABI
ABI objects
Getter at block 21325090
bankWallet() view returns (address)
0xefd926bdd58c43f02a9631b07e72fc1dfd4d3886
decimals() view returns (uint8)
18
deployerWallet() view returns (address)
0xa03b7015ed20518c3c0783d25a80c1330f656fcf
limited() view returns (bool)
false
marketingWallet() view returns (address)
0x9d434bc9b4157bbca3e0a40969caf0e26d22329d
maxHoldingAmount() view returns (uint256)
0
maxTransactionAmount() view returns (uint256)
0
name() view returns (string)
SBFABitchInJailNoGrippySonicBoom
owner() view returns (address)
0xa03b7015ed20518c3c0783d25a80c1330f656fcf
swapEnabled() view returns (bool)
true
symbol() view returns (string)
SBFNoGrippy
totalSupply() view returns (uint256)
10000000000000000000000000
tradingStartTimeStamp() view returns (uint256)
1698991139
uniswapV2Pair() view returns (address)
0xb4cebb969d853fb157ca2a4871ee97dbfac02f29
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
commenceTrading(address _uniswapV2Pair)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address _account, bool _excluded)
excludeFromMaxTransaction(address _account, bool _excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setLimits(bool _limited, uint256 _maxHoldingAmount, uint256 _maxTransactionAmount)
toggleSwapping(bool _bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawFunds(address _address)
withdrawTokens(address _address, address _tokenContract)
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(uint256 _totalSupply, address _marketingWallet, address _bankWallet)
receive()
CanOnlySetPairOnce(address arg0)
ExceedsHoldingAmount(uint256 arg0)
ExceedsMaxTransactionAmount(uint256 arg0)
InvalidPresalePrice(uint256 arg0)
TradingHasNotStarted()
WithdrawFailed()