Bimin Token
Verified contract
Active on
Ethereum with 848 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Bimin Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11430233 | 4 years ago | | | 0 | 0.00097090207 | |
| 11058675 | 4 years ago | | | 0 | 0.0035456331 | |
| 11058674 | 4 years ago | | | 0 | 0.0035456331 | |
| 11058674 | 4 years ago | | | 0 | 0.0035456331 | |
| 11058620 | 4 years ago | | | 0 | 0.0039352630 | |
| 11050830 | 4 years ago | | | 0 | 0.0022598540 | |
| 11045815 | 4 years ago | | | 0 | 0.0031170400 | |
| 11045815 | 4 years ago | | | 0 | 0.0031170400 | |
| 11045813 | 4 years ago | | | 0 | 0.0033897810 | |
| 11045813 | 4 years ago | | | 0 | 0.0033897810 |
ABI
ABI objects
Getter at block 21165631
decimals() view returns (uint8)
18
name() view returns (string)
Bimin Token
symbol() view returns (string)
BM
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool success)
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor(address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.