Wrapped BIS
Verified contract
Active on
Ethereum with 475 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,322.72 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242330 | 8 hours ago | | | 0 | 0.00076394700 | |
| 21234328 | a day ago | | | 0 | 0.00046060192 | |
| 21227147 | 2 days ago | | | 0 | 0.00044769548 | |
| 21226457 | 3 days ago | | | 0 | 0.00043073055 | |
| 21223327 | 3 days ago | | | 0 | 0.0012442930 | |
| 21217283 | 4 days ago | | | 0 | 0.00094646725 | |
| 21216392 | 4 days ago | | | 0 | 0.0012586586 | |
| 21199813 | 6 days ago | | | 0 | 0.00093371300 | |
| 21149700 | 13 days ago | | | 0 | 0.00084915000 | |
| 21149087 | 13 days ago | | | 0 | 0.00084915000 |
ABI
ABI objects
Getter at block 21244725
decimals() view returns (uint8)
8
lastTrans() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
Wrapped BIS
owner() view returns (address)
0xbf56ed4f9b58ca485563f25c17fb7183a743f288
paused() view returns (bool)
false
symbol() view returns (string)
wBIS
totalSupply() view returns (uint256)
97512678140724
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
msgMint(address _to, uint256 _amount, bytes32 _trans) pure returns (bytes32)
whoMint(address _to, uint256 _amount, bytes32 _trans, bytes approvalData) pure returns (address)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 value, bytes addr)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount, bytes32 _trans) returns (bool)
pause()
relayMint(address _to, uint256 _amount, bytes32 _trans, bytes approvalData) returns (bool)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value, bytes addr)
Mint(address indexed to, uint256 amount, bytes32 trans)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.