BitEyeToken
Verified contract
Active on
Ethereum with 15,418 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AMIS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453465 | 4 months ago | | | 0 | 0.000051280000 | |
| 10442446 | 4 years ago | | | 0 | 0.00054096000 | |
| 9316741 | 5 years ago | | | 0 | 0.00013060800 | |
| 9316727 | 5 years ago | | | 0 | 0.00016660800 | |
| 9316712 | 5 years ago | | | 0 | 0.00013420800 | |
| 9316698 | 5 years ago | | | 0 | 0.00013096800 | |
| 8656401 | 5 years ago | | | 0 | 0.000036756000 | |
| 8422738 | 5 years ago | | | 0 | 0.00025684400 | |
| 8414705 | 5 years ago | | | 0 | 0.000040361200 | |
| 8207927 | 5 years ago | | | 0 | 0.00018424800 |
ABI
ABI objects
Getter at block 21259510
decimals() view returns (uint8)
18
distributed() view returns (bool)
true
name() view returns (string)
BitEye Token
owner() view returns (address)
0xbbbce6a05d4fb741e435583217e06393518d8083
symbol() view returns (string)
BEY
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _holder) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
distribute(address _bitEyeExAddr, address _operationAddr, address _airdropAddr)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.