Blockchain smart city coin
Verified contract
Active on
Ethereum with 174 txns
Balances ($0.00)
No balances found for "Blockchain smart city coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11062229 | 4 years ago | | | 0 | 0.0041596620 | |
| 10963998 | 4 years ago | | | 0 | 0.0057876790 | |
| 10319574 | 4 years ago | | | 0 | 0.0019128384 | |
| 10107702 | 5 years ago | | | 0 | 0.0026664500 | |
| 10107597 | 5 years ago | | | 0 | 0.0026664500 | |
| 10107588 | 5 years ago | | | 0 | 0.0026664500 | |
| 10107585 | 5 years ago | | | 0 | 0.0026664500 | |
| 10107566 | 5 years ago | | | 0 | 0.0019164500 | |
| 10107555 | 5 years ago | | | 0 | 0.0026664500 | |
| 10107547 | 5 years ago | | | 0 | 0.0026664500 |
ABI
ABI objects
Getter at block 21286174
admin() view returns (address)
0xd1ca733836cf604fbbf1409f05e003c864cb0779
decimals() view returns (uint8)
18
name() view returns (string)
Blockchain smart city coin
owner() view returns (address)
0xd1ca733836cf604fbbf1409f05e003c864cb0779
pausedOwnerAdmin() view returns (bool)
false
pausedPublic() view returns (bool)
false
symbol() view returns (string)
BSCC
totalSupply() view returns (uint256)
2100000000000000000000000000
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)
burn(uint256 _value) returns (bool)
burnFrom(address _from, uint256 _value) returns (bool)
changeAdmin(address newAdmin)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause(bool newPausedPublic, bool newPausedOwnerAdmin)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
AdminTransferred(address indexed previousAdmin, address indexed newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed _burner, uint256 _value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PauseOwnerAdmin(bool newState)
PausePublic(bool newState)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _admin, uint256 _totalTokenAmount)
This contract contains no fallback and receive objects.
This contract contains no error objects.