Base Season
Verified contract
Active on
Base with 1,917 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BSE | ERC-20 | 318.911686K | -- | -- | |
JASON | ERC-20 | 14.8357K | -- | -- | |
HOPE | ERC-20 | 2.5416K | -- | -- | |
O | ERC-20 | 50.4 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22922814 | 26 minutes ago | | | 0 | 0.0000029871078 | |
| 22921938 | an hour ago | | | 0 | 0.0000018701953 | |
| 22921657 | an hour ago | | | 0 | 0.0000013929730 | |
| 22921326 | an hour ago | | | 0 | 0.0000031499542 | |
| 22921206 | an hour ago | | | 0 | 0.0000026241193 | |
| 22921163 | an hour ago | | | 0 | 0.0000031559400 | |
| 22921119 | an hour ago | | | 0 | 0.0000029664144 | |
| 22910791 | 7 hours ago | | | 0 | 0.0000022192801 | |
| 22908989 | 8 hours ago | | | 0 | 0.0000011001796 | |
| 22908579 | 8 hours ago | | | 0 | 7.5037964e-7 |
ABI
ABI objects
Getter at block 22923588
_launched() view returns (bool)
true
antiDrainer() view returns (address)
0x0000000000000000000000000000000000000000
buyDevFee() view returns (uint256)
0
buyMarketingFee() view returns (uint256)
2
buyTotalFees() view returns (uint256)
2
decimals() view returns (uint8)
18
developmentWallet() view returns (address)
0x000000000000000000000000000000000000dead
limitsInEffect() view returns (bool)
true
marketingWallet() view returns (address)
0x003bbe85f4c474f15bb3513caee8cb83f5dd5b60
maxTransaction() view returns (uint256)
1000000000000000000000000000
maxWallet() view returns (uint256)
1000000000000000000000000000
name() view returns (string)
Base Season
owner() view returns (address)
0x0000000000000000000000000000000000000000
router() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
sellDevFee() view returns (uint256)
0
sellMarketingFee() view returns (uint256)
2
sellTotalFees() view returns (uint256)
2
swapTokensAtAmount() view returns (uint256)
500000000000000000000000
symbol() view returns (string)
BSE
tokensForDev() view returns (uint256)
0
tokensForMarketing() view returns (uint256)
318911685735883770801064
totalSupply() view returns (uint256)
1000000000000000000000000000
uniV2Pair() view returns (address)
0xab10864ace3da8046e2218fbccda1c23318a4219
Read-only
_isExcludedmaxTransaction(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch(address creator)
removeLimits() returns (bool)
renounceOwnership()
setAntiDrainer(address _antiDrainer)
setAutomatedMarketMakerPair(address pair, bool value)
setBlackList(address[] wallets, bool blocked)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _marketingFee, uint256 _devFee)
updateMarketingWallet(address newMarketingWallet)
updateMaxTxnAmount(uint256 newNum)
updateMaxWalletAmount(uint256 newNum)
updateSellFees(uint256 _marketingFee, uint256 _devFee)
updateSwapTokensAtAmount(uint256 newAmount) returns (bool)
updatedevelopmentWallet(address newWallet)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateRouter(address indexed newAddress, address indexed oldAddress)
developmentWalletUpdated(address indexed newWallet, address indexed oldWallet)
marketingWalletUpdated(address indexed newWallet, address indexed oldWallet)
constructor(string name_, string symbol_, uint256 totalSupply_, uint256 buyTax_, uint256 sellTax_, address market_, address to_)
receive()
This contract contains no error objects.