Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($74.59)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MANA | ERC-20 | 129.4563 | $0.576186 |
$74.59 | |
BORA | ERC-20 | 43.823333K | -- | -- | |
JBX | ERC-20 | 3K | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247472 | 3 days ago | | | 0 | 0.00031248803 | |
| 21247447 | 3 days ago | | | 0 | 0.00032550566 | |
| 20705333 | 3 months ago | | | 0 | 0.000024916267 | |
| 20700959 | 3 months ago | | | 0 | 0.000052632193 | |
| 20700722 | 3 months ago | | | 0 | 0.000071684781 | |
| 20625881 | 3 months ago | | | 0 | 0.000064538452 | |
| 20453416 | 4 months ago | | | 0 | 0.000024355000 | |
| 20453317 | 4 months ago | | | 0 | 0.000024355000 | |
| 20452838 | 4 months ago | | | 0 | 0.000024355000 | |
| 20451907 | 4 months ago | | | 0 | 0.000024355000 |
ABI
ABI objects
Getter at block 21271840
decimals() view returns (uint8)
18
name() view returns (string)
BORA
owner() view returns (address)
0x8df33b2f326e5d82707d40ba0c7d8f97daf07640
paused() view returns (bool)
true
symbol() view returns (string)
BORA
totalSupply() view returns (uint256)
1205750000000000000000000000
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 _amount)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
lock(address _donor, address _beneficiary, uint256 amount, uint256 _duration, bool _revocable) returns (address)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address to, uint256 amount, uint256 totalSupply)
Lock(address token, address beneficiary, uint256 amount, uint256 releaseTime)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(uint256 _supply)
This contract contains no fallback and receive objects.
This contract contains no error objects.