BAX_Token_2022
Verified contract
Active on
Ethereum with 26,036 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($981.41)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BAX | ERC-20 | 10.216338M | $0.000095 |
$971.17 | |
CRPT | ERC-20 | 387.9208 | $0.026409 |
$10.24 | |
Shiryo-Inu | ERC-20 | 76.8682T | -- | -- | |
BAX | ERC-20 | 2.577011M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270876 | 9 minutes ago | | | 0 | 0.00064472260 | |
| 21269939 | 3 hours ago | | | 0 | 0.00041765850 | |
| 21269914 | 3 hours ago | | | 0 | 0.00060778932 | |
| 21269558 | 5 hours ago | | | 0 | 0.00025426052 | |
| 21268223 | 9 hours ago | | | 0 | 0.00057139484 | |
| 21268131 | 9 hours ago | | | 0 | 0.00031298558 | |
| 21268121 | 9 hours ago | | | 0 | 0.00030749107 | |
| 21267988 | 10 hours ago | | | 0 | 0.00067061549 | |
| 21267556 | 11 hours ago | | | 0 | 0.00043879274 | |
| 21267511 | 11 hours ago | | | 0 | 0.00045096648 |
ABI
ABI objects
Getter at block 21270920
MAX_CAP() view returns (uint256)
100000000000000000000000000000
MAX_UINT() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
contractPaused() view returns (bool)
false
decimals() view returns (uint256)
18
feeLimit() view returns (uint256)
0
feeRate() view returns (uint256)
0
name() view returns (string)
BABB BAX
owner() view returns (address)
0xd038de0904a92cedb4310fcab748411c490ef28b
ownerAlt() view returns (address)
0xd038de0904a92cedb4310fcab748411c490ef28b
symbol() view returns (string)
BAX
totalSupply() view returns (uint256)
92000000000000000000000000000
totalSupplyAlt() view returns (uint256)
92000000000000000000000000000
upgradeApplied() view returns (bool)
false
upgradeContract() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address who) view returns (uint256)
balances(address) view returns (uint256)
checkFrozen(address _maker) view returns (bool)
checkFrozenAlt(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value)
burn(uint256 amount)
destroyFrozenFunds(address _blackListedUser)
freezeWallet(address _evilUser)
mint(uint256 amount)
pause()
setFee(uint256 newBasisPoints, uint256 newMaxFee)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value)
transferOwnership(address newOwner)
unfreezeWallet(address _clearedUser)
unpause()
upgrade(address _upgradeContract)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(uint256 amount)
DestroyedFrozenFunds(address _blackListedUser, uint256 _balance)
Mint(uint256 amount)
Params(uint256 feeBasisPoints, uint256 maxFee)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
Upgrade(address newAddress)
WalletFrozen(address _user)
WalletUnfrozen(address _user)
constructor(uint256 _initialSupply, string _name, string _symbol, uint256 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.