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 |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 148.996644K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20141832 | 6 months ago | | | 0 | 0.0010320305 | |
| 19121471 | 10 months ago | | | 0 | 0.00052842105 | |
| 19121468 | 10 months ago | | | 0 | 0.00055198012 | |
| 19078090 | a year ago | | | 0 | 0.00058009078 | |
| 18994644 | a year ago | | | 0 | 0.00074348368 | |
| 18988462 | a year ago | | | 0 | 0.00070535692 | |
| 18985461 | a year ago | | | 0 | 0.0013084714 | |
| 18985447 | a year ago | | | 0 | 0.0013028283 | |
| 18984587 | a year ago | | | 0 | 0.0026879222 | |
| 18984391 | a year ago | | | 0 | 0.0023580362 |
ABI
ABI objects
Getter at block 21383972 GetAllAllowedAddresses() view returns (struct AllowableAllowed[] allowanceDetails)
decimals() view returns (uint8)
18
getTime() view returns (uint256)
1733976935
holdPeriod() view returns (uint256)
3456000
name() view returns (string)
Oink40
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
OINK40
totalSupply() view returns (uint256)
111000000000000000000000000000
uniswapPair() view returns (address)
0x6fb755964f3551cf74a3c9de910642602a41c716
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
GetAllowedID(address _wallet) view returns (uint256 allowedID)
IsAllowed(address _wallet) view returns (bool addressAllowed)
_blacklisted(address) view returns (bool)
_lockAmounts(address, uint256) view returns (uint256 amountStored, uint256 lockedUntil)
_numLocks(address) view returns (uint256 vaultCount, uint256 firstVault)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
excludedFromLockPeriod(address) view returns (bool)
isOwner(address who) view returns (bool)
nextUnlock(address _address) view returns (uint256 unlockBlock, uint256 blocksRemaining)
tokensAvailable(address _address) view returns (uint256 amountAvailable)
tokensLocked(address _address) view returns (uint256 lockedAmount)
uniswapPairs(address) view returns (bool)
State-modifying
Events SetupAllowedContract(address _contractAddress, bool _allowOrNot)
SetupAllowedContracts(address[] _contractAddresses, bool _allowOrNot)
TransferAllBNBToAddress(address recipient)
TransferBNBToAddress(address recipient, uint256 amount)
TransferForeignAmount(address _token, address _to, uint256 _maxAmount) returns (bool _sent)
TransferForeignTokens(address _token, address _to) returns (bool _sent)
approve(address spender, uint256 amount) returns (bool)
blacklistAddress(address _address)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromLockPeriod(address _address)
includeInTimeLock(address _address)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
remounceOwnership()
setCurrentRouter(address _newRouterAddress)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address _newOwner)
unblacklistAddress(address _address)
Approval(address indexed owner, address indexed spender, uint256 value)
Blacklisted(address indexed account)
ExcludedFromLockPeriod(address indexed account)
IncludedInTimeLock(address indexed account)
OwnershipRenounced()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterUpdated(address indexed oldRouter, address indexed newRouter, address indexed newPair)
Transfer(address indexed from, address indexed to, uint256 value)
Unblacklisted(address indexed account)
constructor(string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
BlacklistAlreadyUpdated(address wallet)
InsufficientAllowance(uint256 available, uint256 required)
InsufficientBalance(uint256 available, uint256 required)
ParticipantBlacklisted(address wallet)
TransferAmountIsZero()
ZeroAddressNotAllowed()