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 "BaldBase"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21444189 | 10 days ago | | | 0 | 0.000000077403467624 | |
| 13997433 | 6 months ago | | | 0 | 0.0000036939489 | |
| 13179540 | 7 months ago | | | 0 | 5.5945363e-7 | |
| 9392091 | 9 months ago | | | 0 | 0.000000018985822618 | |
| 5759362 | a year ago | | | 0 | 0.0000024962077 | |
| 4627535 | a year ago | | | 0 | 0.0000085470370 | |
| 4495851 | a year ago | | | 0 | 0.0000025710860 | |
| 4418377 | a year ago | | | 0 | 0.000023623000 | |
| 4241435 | a year ago | | | 0 | 0.0000052915923 | |
| 4241345 | a year ago | | | 0 | 0.000061419800 |
ABI
ABI objects
Getter at block 21858841
bountyAddress() view returns (address)
0xeb2e71503312db5fdb82c5d4f2405b287c1c2f96
decimals() pure returns (uint8)
18
maxBuyAmount() view returns (uint256)
5000000000000000000000000
maxWalletAmount() view returns (uint256)
5000000000000000000000000
name() view returns (string)
BaldBase
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0xa09289ef8a9fa65d08e8f2519b3b3ef18bf4e119
routerV2() view returns (address)
0x327df1e6de05895d2ab08513aadd9313fe505d86
symbol() view returns (string)
BB
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
bountyFees(uint256) view returns (uint16)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
totalFees(uint256) view returns (uint16)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
bountyAddressSetup(address _newAddress)
bountyFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAMMPair(address pair, bool isPair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxBuyAmount(uint256 _maxBuyAmount)
updateMaxWalletAmount(uint256 _maxWalletAmount)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
MaxBuyAmountUpdated(uint256 maxBuyAmount)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
Transfer(address indexed from, address indexed to, uint256 value)
bountyAddressUpdated(address bountyAddress)
bountyFeeSent(address recipient, uint256 amount)
bountyFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.