Beyond Finance
Verified contract
Active on
Ethereum with 15,743 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($115.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BYN | ERC-20 | 75.496161K | $0.001523 |
$115.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21146808 | 2 days ago | | | 0 | 0.00052868841 | |
| 21128159 | 5 days ago | | | 0 | 0.00085616583 | |
| 21128084 | 5 days ago | | | 0 | 0.00071522236 | |
| 21127524 | 5 days ago | | | 0 | 0.0012428809 | |
| 21126960 | 5 days ago | | | 0 | 0.0017010812 | |
| 21126795 | 5 days ago | | | 0 | 0.0011803041 | |
| 21123712 | 5 days ago | | | 0 | 0.00081255305 | |
| 21116763 | 6 days ago | | | 0 | 0.00023448889 | |
| 21116694 | 6 days ago | | | 0 | 0.00042883220 | |
| 21099489 | 9 days ago | | | 0 | 0.000095177097 |
ABI
ABI objects
Getter at block 21161044
decimals() view returns (uint256)
18
get_transferLock() view returns (bool)
false
name() view returns (string)
Beyond Finance
owner() view returns (address)
0xb6b414c3b62461edbd3d0f72b43d63ba8bfd1082
symbol() view returns (string)
BYN
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
allowedAddress(address) view returns (bool)
balanceOf(address) view returns (uint256)
blockedAddress(address) view returns (bool)
lockBalance(address, uint256) view returns (uint256)
lockCheck(address, uint256) view returns (bool)
lockCountMonth(address) view returns (uint8)
lockPercent(address, uint256) view returns (uint8)
lockPermitBalance(address) view returns (uint256)
lockTime(address, uint256) view returns (uint256)
lockTimeAddress(address) view returns (bool)
State-modifying
Events add_allowedAddress(address _address)
add_blockedAddress(address _address)
add_timeAddress(address _address, uint8 total_month)
add_timeAddressApply(address _address, uint256 lock_balance)
add_timeAddressMonth(address _address, uint256 _time, uint8 idx, uint8 _percent)
admin_tokenBurn(uint256 _value) returns (bool success)
approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
delete_allowedAddress(address _address)
delete_blockedAddress(address _address)
delete_timeAddress(address _address)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
refresh_lockPermitBalance(address _address)
setTransferLock(bool _transferLock) returns (bool success)
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)
TokenBurn(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.