Blackmoon Crypto Token
Verified contract
Active on
Ethereum with 43,646 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.04)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LGCY | ERC-20 | 23.045044K | $0.000001 |
$0.03 | |
FREE | ERC-20 | 10K | $0.00 |
$0 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
BMC | ERC-20 | 17.430138K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
PRG | ERC-20 | 92.80718 | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 8 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453131 | 4 months ago | | | 0 | 0.00013750300 | |
| 20452935 | 4 months ago | | | 0 | 0.00014192700 | |
| 20265820 | 4 months ago | | | 0 | 0.00028668539 | |
| 19795221 | 7 months ago | | | 0 | 0.00014700000 | |
| 19339961 | 9 months ago | | | 0 | 0.0035697852 | |
| 19122336 | 10 months ago | | | 0 | 0.0016020051 | |
| 18383267 | a year ago | | | 0 | 0.0013992406 | |
| 17841745 | a year ago | | | 0 | 0.0023712907 | |
| 16947929 | 2 years ago | | | 0 | 0.0029888947 | |
| 16117277 | 2 years ago | | | 0 | 0.0011064416 |
ABI
ABI objects
Getter at block 21249256
bmcPlatform() pure returns (address)
0x939c0304e9033761e4b510a93386ba3bebc983ba
decimals() pure returns (uint8)
8
getLatestVersion() pure returns (address)
0x8bccd8547cd101ee78c33c41476670cf58fff411
getPendingVersion() pure returns (address)
0x0000000000000000000000000000000000000000
getPendingVersionTimestamp() pure returns (uint256)
0
name() pure returns (string)
Blackmoon Crypto Token
smbl() pure returns (bytes32)
0x424d430000000000000000000000000000000000000000000000000000000000
symbol() pure returns (string)
BMC
totalSupply() pure returns (uint256)
6000000000000000
Read-only
allowance(address _from, address _spender) pure returns (uint256)
balanceOf(address _owner) pure returns (uint256)
getVersionFor(address _sender) pure returns (address)
State-modifying
Events __approve(address _spender, uint256 _value, address _sender) returns (bool)
__transferFromWithReference(address _from, address _to, uint256 _value, string _reference, address _sender) returns (bool)
__transferWithReference(address _to, uint256 _value, string _reference, address _sender) returns (bool)
approve(address _spender, uint256 _value) returns (bool)
commitUpgrade() returns (bool)
emitApprove(address _from, address _spender, uint256 _value)
emitTransfer(address _from, address _to, uint256 _value)
init(address _bmcPlatform, string _symbol, string _name) returns (bool)
optIn() returns (bool)
optOut() returns (bool)
proposeUpgrade(address _newVersion) returns (bool)
purgeUpgrade() returns (bool)
stringToBytes32(string source) returns (bytes32 result)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferWithReference(address _to, uint256 _value, string _reference) returns (bool)
Approval(address indexed from, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
UpgradeProposal(address newVersion)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.