Bincentive Private Token
Verified contract
Active on
Ethereum with 403 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 "Bincentive Private Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9608755 | 5 years ago | | | 0 | 0.000076365600 | |
| 8653852 | 5 years ago | | | 0 | 0.0019375650 | |
| 8574121 | 5 years ago | | | 0 | 0.00048762000 | |
| 8574121 | 5 years ago | | | 0 | 0.00048762000 | |
| 8572165 | 5 years ago | | | 0 | 0.0013046505 | |
| 8572160 | 5 years ago | | | 0 | 0.0013046505 | |
| 8572096 | 5 years ago | | | 0 | 0.0019346850 | |
| 8572094 | 5 years ago | | | 0 | 0.0019375650 | |
| 8572091 | 5 years ago | | | 0 | 0.0019375650 | |
| 8572079 | 5 years ago | | | 0 | 0.0019375650 |
ABI
ABI objects
Getter at block 21165110
admin() view returns (address)
0x704ed99a28d206c15a7ef660c2f75f8dd0bd35a8
decimals() view returns (uint8)
18
isPublic() view returns (bool)
true
name() view returns (string)
Bincentive Private Token
symbol() view returns (string)
BCNP
totalSupply() view returns (uint256)
1000000000000000000000000000
unLockTime() view returns (uint256)
1568787758
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)
deposit(address _depositor) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
startPublicSale(uint256 _unLockTime)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
unLock()
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address indexed from, uint256 value)
StartPublicSale(uint256 unlockTime)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _admin, string _name, string _symbol, uint8 _decimals, uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.