BetProtocolToken
Verified contract
Active on
Ethereum with 63,484 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($244.37)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BEPRO | ERC-20 | 534.030299K | $0.000456 |
$243.37 | |
DAI | ERC-20 | 0.999141 | $0.999428 |
$1 | |
JINDOGE | ERC-20 | 13.289252B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247743 | 20 minutes ago | | | 0 | 0.00039220619 | |
| 21247743 | 20 minutes ago | | | 0 | 0.00039220619 | |
| 21247743 | 20 minutes ago | | | 0 | 0.00039220619 | |
| 21247718 | 25 minutes ago | | | 0 | 0.00049557583 | |
| 21247464 | an hour ago | | | 0 | 0.00070031504 | |
| 21247351 | 2 hours ago | | | 0 | 0.00056396208 | |
| 21246770 | 4 hours ago | | | 0 | 0.00060210939 | |
| 21246594 | 4 hours ago | | | 0 | 0.00047115805 | |
| 21246438 | 5 hours ago | | | 0 | 0.00072240449 | |
| 21246275 | 5 hours ago | | | 0 | 0.00083478730 |
ABI
ABI objects
Getter at block 21247841
cap() view returns (uint256)
10000000000000000000000000000
decimals() view returns (uint8)
18
distributionContract() view returns (address)
0x6714d41094a264bb4b8fcb74713b42cfee6b4f74
distributionContractAddress() view returns (address)
0x6714d41094a264bb4b8fcb74713b42cfee6b4f74
name() view returns (string)
BetProtocolToken
owner() view returns (address)
0x6714d41094a264bb4b8fcb74713b42cfee6b4f74
paused() view returns (bool)
false
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.