Crypto Bonus Miles Token
Verified contract
Active on
Ethereum with 9,796 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 |
---|---|---|---|---|---|
CBM | ERC-20 | 17.701886K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
Shell | ERC-20 | 300 | -- | -- | |
AVNS | ERC-721 | 1 | -- | -- | |
WDT | ERC-20 | 0.0005 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21057738 | 15 days ago | | | 0 | 0.00052874638 | |
| 20667729 | 2 months ago | | | 0 | 0.000049918902 | |
| 20667715 | 2 months ago | | | 0 | 0.000040687138 | |
| 20542870 | 3 months ago | | | 0 | 0.00020637786 | |
| 20307765 | 4 months ago | | | 0 | 0.00018654000 | |
| 20297338 | 4 months ago | | | 0 | 0.000084868161 | |
| 20291901 | 4 months ago | | | 0 | 0.00018925339 | |
| 20251860 | 4 months ago | | | 0 | 0.000062855748 | |
| 20045174 | 5 months ago | | | 0 | 0.00024697076 | |
| 19956096 | 5 months ago | | | 0 | 0.00046458766 |
ABI
ABI objects
Getter at block 21161939
decimals() view returns (uint32)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
Crypto Bonus Miles Token
owner() view returns (address)
0x19d780f7426ce0b39d0738a74214106e559528f8
symbol() view returns (string)
CBM
totalSupply() view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
transfer(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)
Mint(address indexed to, uint256 amount)
MintFinished()
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.