Bincentive Token
Verified contract
Active on
Ethereum with 3,837 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 |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.001888 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21233461 | 4 days ago | | | 0 | 0.00043909149 | |
| 21191105 | 10 days ago | | | 0 | 0.00064230572 | |
| 21190271 | 10 days ago | | | 0 | 0.00049077149 | |
| 21190176 | 10 days ago | | | 0 | 0.00076473202 | |
| 21161429 | 14 days ago | | | 0 | 0.00043987763 | |
| 21161271 | 14 days ago | | | 0 | 0.00077858013 | |
| 21118284 | 20 days ago | | | 0 | 0.00028851405 | |
| 21103444 | 22 days ago | | | 0 | 0.00013720242 | |
| 21103375 | 22 days ago | | | 0 | 0.00021742705 | |
| 21064537 | a month ago | | | 0 | 0.00036329778 |
ABI
ABI objects
Getter at block 21259969
INITIAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Bincentive Token
privateToken() view returns (address)
0x082b013c5963b9a3f40b7ec86bf17aa65aa94637
symbol() view returns (string)
BCNT
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
transferPreSignedHashing(address _token, address _to, uint256 _value, uint256 _fee, uint256 _nonce, uint256 _validUntil) pure returns (bytes32)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
deposit(address _depositor, uint256 _value) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferPreSigned(bytes _signature, address _to, uint256 _value, uint256 _fee, uint256 _nonce, uint256 _validUntil) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
TransferPreSigned(address indexed from, address indexed to, address indexed delegate, uint256 amount, uint256 fee)
constructor(address _admin)
This contract contains no fallback and receive objects.
This contract contains no error objects.