Ouroboros
Verified contract
Active on
Ethereum with 351 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
S | ERC-20 | 66.917696 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20039734 | 5 months ago | | | 0 | 0.00024693807 | |
| 20039695 | 5 months ago | | | 0 | 0.00022529241 | |
| 19367057 | 8 months ago | | | 0 | 0.0037452070 | |
| 19317395 | 9 months ago | | | 0 | 0.0027400089 | |
| 19287825 | 9 months ago | | | 0 | 0.0015077505 | |
| 19282096 | 9 months ago | | | 0 | 0.0017124648 | |
| 19136490 | 10 months ago | | | 0 | 0.00055989882 | |
| 19136490 | 10 months ago | | | 0 | 0.00097701421 | |
| 19045088 | 10 months ago | | | 0 | 0.00068776187 | |
| 19014287 | 10 months ago | | | 0 | 0.0015928624 |
ABI
ABI objects
Getter at block 21222984
decimals() pure returns (uint8)
18
getAllPending() view returns (uint256)
66917696394569213383
getSwapThresholdAmount() view returns (uint256)
495
name() view returns (string)
Ouroboros
owner() view returns (address)
0x368069c0a0ae7fffd7de129ae7434b5a0c336734
pairV2() view returns (address)
0xfa5d2a9f7403072cae011042c80021d5f51035c0
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
serpentanomicsAddress() view returns (address)
0x368069c0a0ae7fffd7de129ae7434b5a0c336734
swapThresholdRatio() view returns (uint16)
50
symbol() view returns (string)
S
totalSupply() view returns (uint256)
77777000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address) view returns (bool)
isExcludedFromTradingRestriction(address) view returns (bool)
serpentanomicsFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool isExcluded)
excludeFromTradingRestriction(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _router)
recoverERC20(address tokenAddress, uint256 amount)
renounceOwnership()
serpentanomicsAddressSetup(address _newAddress)
serpentanomicsFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
setAMMPair(address pair, bool isPair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateSwapThreshold(uint16 _swapThresholdRatio)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromTradingRestriction(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint16 swapThresholdRatio)
TradingEnabled()
Transfer(address indexed from, address indexed to, uint256 value)
serpentanomicsAddressUpdated(address serpentanomicsAddress)
serpentanomicsFeeSent(address recipient, uint256 amount)
serpentanomicsFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.