Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 10 | $0.998761 |
$9.99 | |
FRIN | ERC-20 | 18 | $0.00066 |
$0.01 | |
BOND | ERC-20 | 0 | $1.54 |
$0 | |
BOND | ERC-20 | 91.64482K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21259240 | 4 days ago | | | 0 | 0.00029926962 | |
| 21233976 | 7 days ago | | | 0 | 0.00065615545 | |
| 21068799 | a month ago | | | 0 | 0.00032754665 | |
| 21052213 | a month ago | | | 0 | 0.00018160000 | |
| 21051507 | a month ago | | | 0 | 0.00020516855 | |
| 21017478 | a month ago | | | 0 | 0.00020232623 | |
| 20991023 | a month ago | | | 0 | 0.0019424164 | |
| 20973590 | a month ago | | | 0 | 0.00096222386 | |
| 20971918 | a month ago | | | 0 | 0.0012495814 | |
| 20966698 | a month ago | | | 0 | 0.00064116438 |
ABI
ABI objects
Getter at block 21284310
INITIAL_SUPPLY() view returns (uint256)
0
decimalFactor() view returns (uint256)
100000000
decimals() view returns (uint8)
8
maxSupply() view returns (uint256)
100000000000000000
name() view returns (string)
BOND
owner() view returns (address)
0x5dc02ea99285e17656b8350722694c35154db1e8
stopped() view returns (bool)
false
symbol() view returns (string)
BOND
totalSupply() view returns (uint256)
100000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
close()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _value) returns (bool)
start()
stop()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string SYMBOL, string NAME, uint8 DECIMALS)
This contract contains no fallback and receive objects.
This contract contains no error objects.