Wrapped Balance AI
Verified contract
Active on
Ethereum with 14,644 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,458.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
wBAI | ERC-20 | 1.998459K | $1.23 |
$2,458.1 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247346 | an hour ago | | | 0 | 0.00058718701 | |
| 21246861 | 3 hours ago | | | 0 | 0.00066914556 | |
| 21245900 | 6 hours ago | | | 0 | 0.00033953037 | |
| 21245776 | 6 hours ago | | | 0 | 0.00055531034 | |
| 21245670 | 7 hours ago | | | 0 | 0.00061656839 | |
| 21245590 | 7 hours ago | | | 0 | 0.00059669708 | |
| 21245383 | 8 hours ago | | | 0 | 0.00062856477 | |
| 21245381 | 8 hours ago | | | 0 | 0.00058873209 | |
| 21245134 | 8 hours ago | | | 0 | 0.00079553699 | |
| 21244399 | 11 hours ago | | | 0 | 0.00093858488 |
ABI
ABI objects
Getter at block 21247638
BALANCE_FEE() view returns (uint256)
123000321
BRIDGE_ROLE() view returns (bytes32)
0x52ba824bfabc2bcfcdf7f0edbb486ebb05e1836c90e78047efeb949990f72e5f
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
_nonce() view returns (uint256)
3
bridge_back_active() view returns (bool)
false
cumulative_bridged() view returns (uint256)
2967382000000000
cumulative_bridged_back() view returns (uint256)
0
decimals() view returns (uint8)
9
deployer() view returns (address)
0xc39c05323154729644022472230f74741a330b5a
name() view returns (string)
Wrapped Balance AI
owner() view returns (address)
0xc39c05323154729644022472230f74741a330b5a
symbol() view returns (string)
wBAI
totalSupply() view returns (uint256)
2967382000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events adjustFee(uint256 _fee) returns (bool)
approve(address spender, uint256 amount) returns (bool)
bridgeBack(uint256 _amount, string _to) returns (bool)
bridgedTo(string[] _froms, address[] _tos, uint256[] _amounts) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableBridgeBack() returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
reclaimToken(address _token)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setBridge(address _bridge) returns (bool)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
BridgeBackEnabled()
BridgeSet(address indexed bridge)
BridgedBack(address indexed from, uint256 amount, string to, uint256 nonce)
BridgedTo(string from, address indexed to, uint256 amount, uint256 nonce)
Mint(address indexed to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.