Wrapped BOB
Verified contract
Active on
Ethereum with 4 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 "Wrapped BOB"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17646715 | a year ago | | | 0 | 0.0011047855 | |
| 17646714 | a year ago | | | 0 | 0.00038059864 | |
| 17646400 | a year ago | | | 0 | 0.00067943992 | |
| 17646389 | a year ago | | | 0 | 0.00099330571 |
ABI
ABI objects
Getter at block 21178781
decimals() pure returns (uint8)
18
name() view returns (string)
Wrapped BOB
owner() view returns (address)
0xf246508e2d5dbd5bbe3b0f225e750564ec45607a
symbol() view returns (string)
WBOB
tax() view returns (uint256)
1
totalSupply() view returns (uint256)
100000000000000000000000000
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xe963d0d00e4375c997c0ca227ad83d8ef0434f35
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
openTrading()
renounceOwnership()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.