BodhiEthereum

5/15/2018
Address: 0x970E035E2a013cf4bECD67E300d65BC32A56D826
Txid: 0x4b5f387e91d86a269ffb4f9a93f70b4149cbc758f5a64fc0cd38c5c1c4ab4aca
Owner: 0x6B36FDf89D706035DC97B6Aa4bC84b2418A452f1

Name: "Bodhi Ethereum"
Symbol: "BOE"
Decimals: 8

ERC223

BodhiEthereum is a ERC223 contract, but is backwards-compatible with ERC20. Transfers of an ERC223 token to a smart contract will need to implement the tokenFallback function (see here), otherwise the transfer will fail. Regular wallet to wallet transfers will have no issue and are fully backwards-compatible.

ABI Copied!

Function Signatures

dd62ed3e: allowance(address,address)
095ea7b3: approve(address,uint256)
70a08231: balanceOf(address)
313ce567: decimals()
40c10f19: mint(address,uint256)
06fdde03: name()
8da5cb5b: owner()
95d89b41: symbol()
f7abab9e: tokenTotalSupply()
18160ddd: totalSupply()
a9059cbb: transfer(address,uint256)
be45fd62: transfer(address,uint256,bytes)
23b872dd: transferFrom(address,address,uint256)
f2fde38b: transferOwnership(address)