Funky Fingers Rock Paper Scissors Battle Royale
Verified contract
Active on
Ethereum with 116 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 |
---|---|---|---|---|---|
FUNK | ERC-20 | 8.410537M | -- | -- |
Transactions
ABI
ABI objects
Getter at block 21214188
_buyCount() view returns (uint256)
125
buyTaxPercent() view returns (uint256)
4
decimals() view returns (uint8)
18
funkWallet() view returns (address)
0xcc24d0571d2ada7cc7e3b3d4cef72d82196023c5
launchTax() view returns (bool)
false
limitsEnabled() view returns (bool)
true
name() view returns (string)
Funky Fingers Rock Paper Scissors Battle Royale
owner() view returns (address)
0x03381e0407550a30fe216dcfb14de9e967c4da9f
sellTaxPercent() view returns (uint256)
4
symbol() view returns (string)
FUNK
taxesEnabled() view returns (bool)
true
totalSupply() view returns (uint256)
6969696969000000000000000000
tradingAllowed() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x6f5c70326cde9d17f1c13f35b1f6a56efb143682
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isExcludedFromFees(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events activate()
approve(address spender, uint256 value) returns (bool)
changeFunkWallet(address _newFunkWallet)
changeMinAmountToSwapTaxes(uint256 newMinAmount)
enableTaxes(bool _enable)
excludeFromFees(address _address, bool _isExcluded)
removeLaunchTax(uint256 _newBuyTaxPercent, uint256 _newSellTaxPercent)
renounceOwnership()
toggleLimits(bool _limitsEnabed)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)