Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,618.85)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BEL | ERC-20 | 2.22202K | $0.650973 |
$1,446.47 | |
USDT | ERC-20 | 101.308796 | $1.001 |
$101.41 | |
DPI | ERC-20 | 0.70979 | $99.98 |
$70.96 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246881 | an hour ago | | | 0 | 0.00047110148 | |
| 21246279 | 3 hours ago | | | 0 | 0.00099195820 | |
| 21245614 | 5 hours ago | | | 0 | 0.00077757151 | |
| 21244932 | 7 hours ago | | | 0 | 0.00047494712 | |
| 21244326 | 10 hours ago | | | 0 | 0.00062199499 | |
| 21244128 | 10 hours ago | | | 0 | 0.00056831905 | |
| 21244108 | 10 hours ago | | | 0 | 0.00055834614 | |
| 21244098 | 10 hours ago | | | 0 | 0.00067094481 | |
| 21244089 | 10 hours ago | | | 0 | 0.00061532750 | |
| 21244088 | 10 hours ago | | | 0 | 0.00062242792 |
ABI
ABI objects
Getter at block 21247163
decimals() view returns (uint8)
18
initalSupply() view returns (uint256)
100000000000000000000000000
isOwner() view returns (bool)
false
name() view returns (string)
Bella
owner() view returns (address)
0x7bec867a752df5a61bc4266a90fa819b703bd801
paused() view returns (bool)
false
symbol() view returns (string)
BEL
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
freezed(address) view returns (bool)
minter(address) view returns (bool)
State-modifying
Events addMinter(address minterAddress)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
freeze(address user)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
pause()
removeMinter(address minterAddress)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unfreeze(address user)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address manager)
This contract contains no fallback and receive objects.
This contract contains no error objects.