Riddler Inu
Verified contract
Active on
Ethereum with 1,021 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BANE | ERC-20 | 300T | -- | -- | |
RIDDLER | ERC-20 | 43.474587T | -- | -- | |
SAITAMA | ERC-20 | 49B | -- | -- | |
SAITAMA | ERC-20 | 49.505178K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19351782 | 9 months ago | | | 0 | 0.0010239492 | |
| 19351780 | 9 months ago | | | 0 | 0.0010407050 | |
| 19293703 | 9 months ago | | | 0 | 0.00066634279 | |
| 19062755 | 10 months ago | | | 0 | 0.00039346637 | |
| 18640384 | a year ago | | | 0 | 0.00088952289 | |
| 17277990 | 2 years ago | | | 0 | 0.0011065773 | |
| 17232988 | 2 years ago | | | 0 | 0.0027693308 | |
| 17232983 | 2 years ago | | | 0 | 0.0025880837 | |
| 17151788 | 2 years ago | | | 0 | 0.00079127626 | |
| 17023197 | 2 years ago | | | 0 | 0.00050105493 |
ABI
ABI objects
Getter at block 21211473
decimals() view returns (uint8)
18
earlySellActive() view returns (bool)
true
limitsInEffect() view returns (bool)
false
maxTransactionAmount() view returns (uint256)
5000000000000000000000000000000
maxWallet() view returns (uint256)
10000000000000000000000000000000
name() view returns (string)
Riddler Inu
owner() view returns (address)
0x53f90220cb2a63aca841ccb40729a1039fdc7806
swapTokensAtAmount() view returns (uint256)
500000000000000000000000000000
symbol() view returns (string)
RIDDLER
totalFees() view returns (uint256)
8
totalSupply() view returns (uint256)
1000000000000000000000000000000000
tradingActive() view returns (bool)
true
transferDelayEnabled() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
isSniper(address addr) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delBlacklisted(address[] blacklisted_)
disableEarlySells() returns (bool)
disableTransferDelay() returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
forceSend()
forceSwap()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimits() returns (bool)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
setBlacklisted(address[] blacklisted_)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFeeWallet(address newWallet)
updateFees(uint256 marketingFee, uint256 liquidityFee)
updateMaxTxnAmount(uint256 newNum)
updateMaxWalletAmount(uint256 newNum)
updateSwapTokensAtAmount(uint256 newAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
feeWalletUpdated(address indexed newWallet, address indexed oldWallet)
constructor()
receive()
This contract contains no error objects.