Boba Token
Verified contract
Active on
Ethereum with 125,927 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BOBA | ERC-20 | 25.288665K | $0.19294 |
$4,879.19 | |
RAZOR | ERC-20 | 2K | $0.001533 |
$3.07 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157406 | 8 minutes ago | | | 0 | 0.0010160421 | |
| 21157168 | an hour ago | | | 0 | 0.00065996703 | |
| 21157158 | an hour ago | | | 0 | 0.00072533110 | |
| 21157036 | an hour ago | | | 0 | 0.00090947329 | |
| 21156837 | 2 hours ago | | | 0 | 0.00053938190 | |
| 21156827 | 2 hours ago | | | 0 | 0.00073625954 | |
| 21156677 | 3 hours ago | | | 0 | 0.00062803304 | |
| 21156614 | 3 hours ago | | | 0 | 0.00078624095 | |
| 21156469 | 3 hours ago | | | 0 | 0.00072758594 | |
| 21156404 | 3 hours ago | | | 0 | 0.00040492603 |
ABI
ABI objects
Getter at block 21157442
DOMAIN_SEPARATOR() view returns (bytes32)
0xfe6b086dfda70641eb518d7abf7632e20f1b1046707672cb4df8eba7491d26f7
decimals() view returns (uint8)
18
maxSupply() view returns (uint224)
500000000000000000000000000
name() view returns (string)
Boba Token
symbol() view returns (string)
BOBA
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct ERC20VotesCheckpoint)
delegates(address account) view returns (address)
getCurrentVotes(address account) view returns (uint96)
getPastTotalSupply(uint256 blockNumber) view returns (uint256)
getPastVotes(address account, uint256 blockNumber) view returns (uint256)
getPriorVotes(address account, uint256 blockNumber) view returns (uint96)
getVotes(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.