BananaCoin Extended
Verified contract
Active on
Ethereum with 7,879 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 |
---|---|---|---|---|---|
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
LINO | ERC-20 | 15 | -- | -- | |
PRO | ERC-20 | 0.888889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20307183 | 4 months ago | | | 0 | 0.000076676560 | |
| 19456079 | 8 months ago | | | 0 | 0.00089305907 | |
| 16953483 | 2 years ago | | | 0 | 0.00087266579 | |
| 16667612 | 2 years ago | | | 0 | 0.00094810598 | |
| 16665751 | 2 years ago | | | 0 | 0.00095477263 | |
| 16220272 | 2 years ago | | | 0 | 0.00060652370 | |
| 16220191 | 2 years ago | | | 0 | 0.00054039271 | |
| 16153416 | 2 years ago | | | 0 | 0.00074644291 | |
| 16032610 | 2 years ago | | | 0 | 0.0037731000 | |
| 16031102 | 2 years ago | | | 0 | 0.0032115000 |
ABI
ABI objects
Getter at block 21256802
BURN_ADDRESS() pure returns (address)
0x0000000000000000000000000000000000000000
canUpgrade() pure returns (bool)
true
decimals() pure returns (uint256)
8
getUpgradeState() pure returns (uint8)
2
mintingFinished() pure returns (bool)
false
name() pure returns (string)
BananaCoin Extended
owner() pure returns (address)
0x843aca8788e2504e88ddecaeda7d00d4dbf88557
symbol() pure returns (string)
BCO
totalSupply() pure returns (uint256)
585091488568441
totalUpgraded() pure returns (uint256)
0
upgradeAgent() pure returns (address)
0x0000000000000000000000000000000000000000
upgradeMaster() pure returns (address)
0x843aca8788e2504e88ddecaeda7d00d4dbf88557
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
getPrivilegedBalance(address _owner) pure returns (uint256 balance)
mintAgents(address) pure returns (bool)
previligedBalances(address) pure returns (uint256)
State-modifying
Events addApproval(address _spender, uint256 _addedValue) returns (bool success)
approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 burnAmount)
mint(address receiver, uint256 amount)
setMintAgent(address addr, bool state)
setUpgradeAgent(address agent)
setUpgradeMaster(address master)
subApproval(address _spender, uint256 _subtractedValue) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferFromPrivileged(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
transferPrivileged(address _to, uint256 _value) returns (bool success)
upgrade(uint256 value)
Approval(address indexed owner, address indexed spender, uint256 value)
Burned(address burner, uint256 burnedAmount)
Minted(address receiver, uint256 amount)
MintingAgentChanged(address addr, bool state)
Transfer(address indexed from, address indexed to, uint256 value)
Upgrade(address indexed _from, address indexed _to, uint256 _value)
UpgradeAgentSet(address agent)
constructor(address _owner, string _name, string _symbol, uint256 _totalSupply, uint256 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.