BaseBank Card Token
Verified contract
Active on
Base with 58 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 "BaseBank Card Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 3444514 | a year ago | | | 0 | 0.000060256300 | |
| 3007899 | a year ago | | | 0 | 2.7021712e-7 | |
| 2960339 | a year ago | | | 0 | 0.0000093206000 | |
| 2952734 | a year ago | | | 0 | 0.000060583900 | |
| 2952701 | a year ago | | | 0 | 0.000060240700 | |
| 2952336 | a year ago | | | 0 | 0.000060256300 | |
| 2952257 | a year ago | | | 0 | 0.000060256300 | |
| 2952216 | a year ago | | | 0 | 0.000060256300 | |
| 2952184 | a year ago | | | 0 | 0.000060583900 | |
| 2952156 | a year ago | | | 0 | 0.000060240700 |
ABI
ABI objects
Getter at block 23073572
decimals() view returns (uint8)
18
lockedTimeBetweenSwap() view returns (uint256)
0
maxTxAmount() view returns (uint256)
200000000000000000000000000
name() view returns (string)
BaseBank Card Token
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BaseBank
totalSupply() view returns (uint256)
200000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
check(address) view returns (bool)
State-modifying
Events add(address[] users)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromMaxTx(address user, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
remove(address[] users)
renounceOwnership()
setLockTimeBetweenSwap(uint256 seconds_)
setMaxTxAmount(uint256 maxTxAmount_)
setPairAddress(address pair_)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
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(string name_, string symbol_, uint8 decimals_, uint256 totalSupply_)
This contract contains no fallback and receive objects.
This contract contains no error objects.