Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "WFIO"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21256100 | 9 hours ago | | | 0 | 0.00032441999 | |
| 21255075 | 12 hours ago | | | 0 | 0.00034967119 | |
| 21253220 | 19 hours ago | | | 0 | 0.00039524801 | |
| 21233274 | 4 days ago | | | 0 | 0.0011473570 | |
| 21233272 | 4 days ago | | | 0 | 0.00072041156 | |
| 21233271 | 4 days ago | | | 0 | 0.0011137056 | |
| 21231453 | 4 days ago | | | 0 | 0.00083508225 | |
| 21231450 | 4 days ago | | | 0 | 0.00078143360 | |
| 21231449 | 4 days ago | | | 0 | 0.0023623805 | |
| 21231365 | 4 days ago | | | 0 | 0.0015127666 |
ABI
ABI objects
Getter at block 21258784
CUSTODIAN_ROLE() view returns (bytes32)
0xe28434228950b641dbbc0178de89daa359a87c6ee0d8399aeace52a98fe902b9
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ORACLE_ROLE() view returns (bytes32)
0x68e79a7bf1e0bc45d0a330c573bc367f9cf464fd326078812f301165fbda4ef1
OWNER_ROLE() view returns (bytes32)
0xb19546dff01e856fb3f010c267a7b1c60363cf8a4664e21cc89c26224620214e
decimals() view returns (uint8)
9
getOracles() view returns (address[])
[0xD253c2CE2F1d1b562d43fb8Eb7399BF95103fDc7, 0xdEE0200502e4a31826e9aDa6e6866faF6693379E, 0x361694a5886ef45868380F650e0C9B5a87b9fBF5]
name() view returns (string)
FIO Protocol
paused() view returns (bool)
false
symbol() view returns (string)
wFIO
totalSupply() view returns (uint256)
6269940863529429
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getApproval(bytes indexhash) view returns (uint32, address, uint256, address[])
getCustodian(address account) view returns (bool, uint32)
getOracle(address account) view returns (bool, uint32)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
changeOwner(address account)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
regcust(address account)
regoracle(address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
unpause()
unregcust(address account)
unregoracle(address account)
unwrap(string fioaddress, uint256 amount)
wrap(address account, uint256 amount, string obtid)
Approval(address indexed owner, address indexed spender, uint256 value)
Paused(address account)
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)
Unpaused(address account)
consensus_activity(string signer, address account, string obtid, bytes32 indexhash)
custodian_registered(address account, bytes32 indexhash)
custodian_unregistered(address account, bytes32 indexhash)
oracle_registered(address account, bytes32 indexhash)
oracle_unregistered(address account, bytes32 indexhash)
unwrapped(string fioaddress, uint256 amount)
wrapped(address account, uint256 amount, string obtid)
constructor(uint256 _initialSupply, address[] newcustodians)
receive()
This contract contains no error objects.