Crypto Bike Token
Verified contract
Active on
Ethereum with 1,837 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($370.26)
Native
Value
$370.26
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.1005 | $3,684.22 |
$370.26 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17611164 | a year ago | | | 0 | 0.00036269650 | |
| 17611161 | a year ago | | | 0 | 0.00059720136 | |
| 17611138 | a year ago | | | 0 | 0.00074860504 | |
| 10976509 | 4 years ago | | | 0 | 0.0017610400 | |
| 8172185 | 5 years ago | | | 0 | 0.00015586500 | |
| 8172182 | 5 years ago | | | 0 | 0.00015624900 | |
| 8172181 | 5 years ago | | | 0 | 0.00011105700 | |
| 8172178 | 5 years ago | | | 0 | 0.000052019000 | |
| 8172133 | 5 years ago | | | 0 | 0.00018509500 | |
| 8172131 | 5 years ago | | | 0 | 0.00026009500 |
ABI
ABI objects
Getter at block 21299680
allowBuy() view returns (bool)
true
allowSell() view returns (bool)
false
buyPrice() view returns (uint256)
10526315789
contractEth() view returns (uint256)
100500000000000000
decimals() view returns (uint8)
6
maxSupply() view returns (uint256)
2660000000000000
name() view returns (string)
Crypto Bike Token
owner() view returns (address)
0xd8fee72ab6bd49388373bbd9dfeb812e1d1072de
sellPrice() view returns (uint256)
0
symbol() view returns (string)
CBS
totalSupply() view returns (uint256)
2660000000000000
version() view returns (string)
2.0
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mintToken(address _target, uint256 _mintedAmount)
reclaimToken(address token)
sellTokens(uint256 _value) returns (bool)
setAllowBuy(bool _allowBuy)
setAllowSell(bool _allowSell)
setBuyPrices(uint256 _newBuyPrice)
setSellPrices(uint256 _newSellPrice)
transfer(address _to, uint256 _value) returns (bool)
transferEther(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
BuyToken(address indexed from, uint256 value)
MintedToken(address indexed target, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SellToken(address indexed from, uint256 value, uint256 sellEth)
Transfer(address indexed from, address indexed to, uint256 value)
TransferContractEth(address indexed to, uint256 value)
constructor(string _symbol, string _name, uint8 _decimals, uint256 _INITIAL_SUPPLY, uint256 _buyPrice, uint256 _sellPrice, bool _allowBuy, bool _allowSell)
fallback()
This contract contains no error objects.