EBlockStock
Verified contract
Active on
Ethereum with 3,293 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 "EBlockStock"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21238621 | 5 hours ago | | | 0 | 0.00082576145 | |
| 21238451 | 5 hours ago | | | 0 | 0.0011101867 | |
| 21235973 | 13 hours ago | | | 0 | 0.00056773944 | |
| 21235783 | 14 hours ago | | | 0 | 0.0016485284 | |
| 21235767 | 14 hours ago | | | 0 | 0.0017046309 | |
| 21229608 | a day ago | | | 0 | 0.00085181764 | |
| 21229437 | a day ago | | | 0 | 0.00099636504 | |
| 21227881 | 2 days ago | | | 0 | 0.00046795102 | |
| 21227704 | 2 days ago | | | 0 | 0.00051433061 | |
| 21223041 | 2 days ago | | | 0 | 0.0011016905 |
ABI
ABI objects
Getter at block 21239992
AML_ADMIN() view returns (bytes32)
0x7100d427dec4d84128633ececd9e234641183788c2749fc3a4aa24ea8f5cfaf1
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
TOKEN_ADMIN() view returns (bytes32)
0x74088672d183ee797e5da8fa05521697933bd36698c07546fac57bdf4023d877
TREASURY_ADMIN() view returns (bytes32)
0x27f406f19fd1b378cfb619bc553f0cd86d17e85e38ecad46997fb68ad17b7307
bsoFee() view returns (uint16)
0
bsoPoolAddress() view returns (address)
0xcb808e438bc4af8b2c97604fff34212147045d74
decimals() view returns (uint8)
4
feeAddress() view returns (address)
0x8a56171e9bf13fd3f61acaf16c62ca3328281ca9
generalFee() view returns (uint16)
0
name() view returns (string)
EBlockStock
paused() view returns (bool)
false
symbol() view returns (string)
EBSO
totalSupply() view returns (uint256)
740177069670
treasuryAddress() view returns (address)
0x805b25cab927026c36912aef574743dbef0e19b0
url() view returns (string)
https://blockben.com/products/ebso
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getDestinationAccountBL(address _account) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
getSourceAccountBL(address _account) view returns (bool)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _amount)
decreaseAllowance(address _spender, uint256 _subtractValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address _spender, uint256 _addedValue) returns (bool)
mint(address _account, uint256 _amount) returns (bool)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 _role, address _account)
setBatchDestinationAccountBL(address[] _addresses, bool _lockValue)
setBatchSourceAccountBL(address[] _addresses, bool _lockValue)
setBsoFee(uint16 _newFee)
setBsoPoolAddress(address _newAddress)
setDestinationAccountBL(address _account, bool _lockValue)
setFeeAddress(address _newAddress)
setGeneralFee(uint16 _newFee)
setSourceAccountBL(address _account, bool _lockValue)
setTreasuryAddress(address _newAddress)
setUrl(string _newUrl)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
unpause()
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)
eBSOBsoFeeChange(uint256 _newFee)
eBSOBsoPoolAddressChange(address _newAddress)
eBSODestinationAccountBL(address indexed _account, bool _lockValue)
eBSOFeeAddressChange(address _newAddress)
eBSOGeneralFeeChange(uint256 _newFee)
eBSOSourceAccountBL(address indexed _account, bool _lockValue)
eBSOTreasuryAddressChange(address _newAddress)
eBSOUrlSet(string url)
constructor(address _superadmin)
This contract contains no fallback and receive objects.
This contract contains no error objects.