OneFinBank Coin
Verified contract
Active on
Ethereum with 63,701 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 |
---|---|---|---|---|---|
OFBC | ERC-20 | 500 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14790219 | 2 years ago | | | 0 | 0.0025464671 | |
| 11039267 | 4 years ago | | | 0 | 0.0019976191 | |
| 9611229 | 5 years ago | | | 0 | 0.00036969900 | |
| 9611225 | 5 years ago | | | 0 | 0.00051233000 | |
| 9264514 | 5 years ago | | | 0 | 0.0013088777 | |
| 9244896 | 5 years ago | | | 0 | 0.000079765400 | |
| 9163626 | 5 years ago | | | 0 | 0.0018448200 | |
| 9159808 | 5 years ago | | | 0 | 0.00021747000 | |
| 9151921 | 5 years ago | | | 0 | 0.00045095600 | |
| 9139156 | 5 years ago | | | 0 | 0.000023382700 |
ABI
ABI objects
Getter at block 21157668
decimals() view returns (uint8)
2
name() view returns (string)
OneFinBank Coin
symbol() view returns (string)
OFBC
totalSupply() view returns (uint256)
3100000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals, uint256 totalSupply, address feeReceiver, address tokenOwnerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.