Block Web Services

Verified contract

Active on Ethereum with 3,169 txns
Deployed by via 0xa7462ca1 at 20088175
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Block Web Services"

0x4e451b6474b55bf3ca8a336c297b6917d24d8acb34f54371e11f642f561349b6
0x4aafa095ae34c5bf836e2fc1d6213047bf1dab8f834cd739bab1a127391fbad2
0x49e72e8b54d17bb201612cb4aa121ebe03f828bc6073300ab5deb2cfa0c3982e
0x1a59288fb8a59ab04d369b6a16576e134f52d35cd0ed2619cf20efc1d821d901
0x4c6084820f318b9e845f21e5591ff2dc159d1f87010768e74f7ca04886b31bce
0x60f15fa890a2397ba1dc0e08d8c99d3a493beeff70ca2385e14c1ecb7e00bd14
0x25ab6a8bb975e892ec87c068ce471dad27d1491440aa98406d96c583e0ce5bbe
0xe495e62758512cdd372c41623dc6d39a74453deda88a6aa73cc6909c47456c14
0xd81c26afa3367032e19f91677f6207caddafcefb9791dbb7308191e7da2bdeb9
0x74c0feb1a505c1487c72bfc075465e010a2e85b19474fba994522d789e187e39

Functions
Getter at block 21246941
decimals(view returns (uint8)
6
name(view returns (string)
Block Web Services
symbol(view returns (string)
BWS
totalSupply(view returns (uint256)
21000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(uint256 initialSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender