Base Terminal
Verified contract
Active on
Base with 12,237 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2.87)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LUNA | ERC-20 | 61.313582 | $0.04654 |
$2.85 | |
BASEX | ERC-20 | 5 | $0.002499 |
$0.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22725816 | a minute ago | | | 0 | 0.000000088314444036 | |
| 22725204 | 22 minutes ago | | | 0 | 0.0000046628789 | |
| 22725056 | 27 minutes ago | | | 0 | 0.000000088314444036 | |
| 22725010 | 28 minutes ago | | | 0 | 0.00036764000 | |
| 22724499 | an hour ago | | | 0 | 0.00036764000 | |
| 22724262 | an hour ago | | | 0 | 0.000000088314444036 | |
| 22724054 | an hour ago | | | 0 | 0.000000088314444036 | |
| 22723813 | an hour ago | | | 0 | 0.00036764000 | |
| 22722641 | 2 hours ago | | | 0 | 0.000000088314444036 | |
| 22722296 | 2 hours ago | | | 0 | 0.0000073454410 |
ABI
ABI objects
Getter at block 22725855
decimals() view returns (uint8)
18
isFrozen() view returns (bool)
false
name() view returns (string)
Base Terminal
owner() view returns (address)
0x131acb193ddb2e2249077c79a9589ac343520fe8
symbol() view returns (string)
BASEX
totalSupply() view returns (uint256)
996610898180214502359961066
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unfreeze()
updateWhitelist(address _account, bool _isWhitelisted)
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)
Unfrozen()
WhitelistUpdated(address indexed account, bool isWhitelisted)
constructor(address _multiSig)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
InvalidAddress()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
TransferFrozen()
Unavailable()