BetProtocolToken
Verified contract
Active on
Ethereum with 5,394 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($206.51)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BEPRO | ERC-20 | 395K | $0.000523 |
$206.51 | |
C4Y | ERC-20 | 3.7K | -- | -- | |
ETHMNY | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15984731 | 2 years ago | | | 0 | 0.00053187200 | |
| 15128706 | 2 years ago | | | 0 | 0.00087033600 | |
| 14253851 | 3 years ago | | | 0 | 0.0016189880 | |
| 13806205 | 3 years ago | | | 0 | 0.0019099040 | |
| 13794580 | 3 years ago | | | 0 | 0.0036300000 | |
| 13755751 | 3 years ago | | | 0 | 0.0021704223 | |
| 13755728 | 3 years ago | | | 0 | 0.0024300636 | |
| 13568776 | 3 years ago | | | 0 | 0.0023898263 | |
| 13549430 | 3 years ago | | | 0 | 0.0031925503 | |
| 13513727 | 3 years ago | | | 0 | 0.0033840925 |
ABI
ABI objects
Getter at block 21167473
cap() view returns (uint256)
10000000000000000000000000000
decimals() view returns (uint8)
18
distributionContract() view returns (address)
0x827b2878e965d7a77750c869a6dccadee9b6700d
distributionContractAddress() view returns (address)
0x827b2878e965d7a77750c869a6dccadee9b6700d
name() view returns (string)
BetProtocolToken
owner() view returns (address)
0x6714d41094a264bb4b8fcb74713b42cfee6b4f74
paused() view returns (bool)
true
symbol() view returns (string)
BEPRO
totalSupply() view returns (uint256)
10000000000000000000000000000
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)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(address _distributionContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.