Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BAMONG"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18868900 | a year ago | | | 0 | 0.00087730468 | |
| 18751130 | a year ago | | | 0 | 0.0016568703 | |
| 18667869 | a year ago | | | 0 | 0.0020098346 | |
| 17993610 | a year ago | | | 0 | 0.00049068712 | |
| 17993462 | a year ago | | | 0 | 0.0011193535 | |
| 17993366 | a year ago | | | 0 | 0.0014678905 | |
| 17969084 | a year ago | | | 0 | 0.00053434638 | |
| 17969083 | a year ago | | | 0 | 0.00058685117 | |
| 17811630 | a year ago | | | 0 | 0.00050365259 | |
| 17811619 | a year ago | | | 0 | 0.00043869846 |
ABI
ABI objects
Getter at block 21307663
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
BAMONG
owner() view returns (address)
0xb35df32e9b80ab3e0b9ef8058fce4aea370610d7
paused() view returns (bool)
false
symbol() view returns (string)
BAM
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
isAccountFrozen(address account) view returns (bool)
isAccountLocked(address account) view returns (bool)
lockedAccount(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
changeName(string newName)
changeSymbol(string newSymbol)
freezeAccount(address account)
lockAccount(address account, uint256 unlockTime)
pause()
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
unFreezeAccount(address account)
unlockAccount(address account)
unpause()
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
FreezeAccount(address account, bool frozen)
LockAccount(address account, uint256 unlockTime)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.