BENGOSHICOIN
Verified contract
Active on
Ethereum with 4,619 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 |
---|---|---|---|---|---|
BRAT | ERC-20 | 1.000008 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14317862 | 3 years ago | | | 0 | 0.0024560200 | |
| 12631986 | 3 years ago | | | 0 | 0.00069127500 | |
| 12618291 | 3 years ago | | | 0 | 0.00050647200 | |
| 11648120 | 4 years ago | | | 0 | 0.0021065468 | |
| 9905415 | 5 years ago | | | 0 | 0.000080988000 | |
| 9330370 | 5 years ago | | | 0 | 0.0011661300 | |
| 9036464 | 5 years ago | | | 0 | 0.00034784820 | |
| 9030662 | 5 years ago | | | 0 | 0.00038649800 | |
| 9029989 | 5 years ago | | | 0 | 0.00055278000 | |
| 9027416 | 5 years ago | | | 0 | 0.00055214000 |
ABI
ABI objects
Getter at block 21280602
decimals() view returns (uint8 _decimals)
8
mintingStopped() view returns (bool)
false
name() view returns (string _name)
BENGOSHICOIN
owner() view returns (address)
0x17823d2b0e9f503c7ec2de099243782ac3f7fbb1
symbol() view returns (string _symbol)
BENGO
totalSupply() view returns (uint256 _totalSupply)
2000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events airdrop(address[] addresses, uint256 amount) returns (bool)
airdropAmounts(address[] addresses, uint256[] amounts) returns (bool)
approve(address _spender, uint256 _value) returns (bool success)
burn(address _from, uint256 _unitAmount)
collect(address[] addresses, uint256[] amounts) returns (bool)
mint(address _to, uint256 _unitAmount) returns (bool)
stopMinting() returns (bool)
transfer(address _to, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value, bytes _data) returns (bool success)
transfer(address _to, uint256 _value, bytes _data, string _custom_fallback) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 amount)
Mint(address indexed to, uint256 amount)
MintStopped()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
Transfer(address indexed from, address indexed to, uint256 value, bytes indexed data)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.