BoomstarterCoin
Verified contract
Active on
Ethereum with 446 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 255 additional slots
No balances found for "BoomstarterCoin"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20111378 | 5 months ago | | | 0 | 0.00065084400 | |
| 13079236 | 3 years ago | | | 0 | 0.0035356035 | |
| 13059246 | 3 years ago | | | 0 | 0.0025208081 | |
| 12650918 | 3 years ago | | | 0 | 0.0016274700 | |
| 12146958 | 4 years ago | | | 0 | 0.0047290430 | |
| 11148836 | 4 years ago | | | 0 | 0.00092090100 | |
| 11082898 | 4 years ago | | | 0 | 0.00035899200 | |
| 11082809 | 4 years ago | | | 0 | 0.00083918400 | |
| 10897358 | 4 years ago | | | 0 | 0.0025802550 | |
| 10852505 | 4 years ago | | | 0 | 0.0041949600 |
ABI
ABI objects
Getter at block 21284662 amIOwner() view returns (bool)
MAX_SUPPLY() view returns (uint256)
36000000000000000000000000
decimals() view returns (uint8)
18
getOwners() view returns (address[])
[0x7BFE571D5A5Ae244B5212f69952f3B19FF1B7e54, 0x386f2BD2808E96c8A23f698765dCdbe10D08F201, 0xB22D86AAC527A68327ECC99667e98429C2d4E2eb]
m_allowPrivileged() view returns (bool)
true
m_frozen() view returns (bool)
false
m_multiOwnedRequired() view returns (uint256)
2
m_numOwners() view returns (uint256)
3
name() view returns (string)
BoomstarterCoin
symbol() view returns (string)
BC
totalSupply() view returns (uint256)
35823581000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
getOwner(uint256 ownerIndex) view returns (address)
hasConfirmed(bytes32 _operation, address _owner) view returns (bool)
isOwner(address _addr) view returns (bool)
m_sales(address) view returns (bool)
State-modifying
Events addOwner(address _owner)
approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _extraData)
burn(uint256 _amount) returns (bool)
changeOwner(address _from, address _to)
changeRequirement(uint256 _newRequired)
disablePrivileged()
removeOwner(address _owner)
revoke(bytes32 _operation)
setSale(address account, bool isSale)
switchToNextSale(address _nextSale)
thaw()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed from, uint256 amount)
Confirmation(address owner, bytes32 operation)
FinalConfirmation(address owner, bytes32 operation)
OwnerAdded(address newOwner)
OwnerChanged(address oldOwner, address newOwner)
OwnerRemoved(address oldOwner)
RequirementChanged(uint256 newRequirement)
Revoke(address owner, bytes32 operation)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address[] _initialOwners, uint256 _signaturesRequired)
This contract contains no fallback and receive objects.
This contract contains no error objects.