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 "Ouroboros"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11160103 | 4 years ago | | | 0 | 0.0010160043 | |
| 11156041 | 4 years ago | | | 0 | 0.0023958180 | |
| 11155973 | 4 years ago | | | 0 | 0.0032831580 | |
| 11155871 | 4 years ago | | | 0 | 0.0054127740 | |
| 11155841 | 4 years ago | | | 0 | 0.0032387910 | |
| 11155662 | 4 years ago | | | 0 | 0.0031500570 | |
| 11155624 | 4 years ago | | | 0 | 0.015080127 | |
| 11155616 | 4 years ago | | | 0 | 0.013448655 | |
| 11155593 | 4 years ago | | | 0 | 0.0031944240 | |
| 11155577 | 4 years ago | | | 0 | 0.0027190800 |
ABI
ABI objects
Getter at block 21223129
_totalSupply() view returns (uint256)
99793327409792798659623
basePercent() view returns (uint256)
5
decimals() view returns (uint8)
18
degenMode() view returns (bool)
true
name() view returns (string)
Ouroboros
symbol() view returns (string)
ORBS
totalSupply() view returns (uint256)
99793327409792798659623
Read-only
allowance(address owner, address spender) view returns (uint256)
amountToTake(uint256 value) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue)
enableDegenMode()
increaseAllowance(address spender, uint256 addedValue)
multiTransfer(address[] receivers, uint256[] amounts)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.