Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "CodeNameWAFFLE"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19356918 | 2 months ago | | | 0 | 2.5631913e-7 | |
| 17543780 | 3 months ago | | | 0 | 4.8542882e-7 | |
| 16599301 | 4 months ago | | | 0 | 0.0000052675953 | |
| 16599238 | 4 months ago | | | 0 | 0.0000030330627 | |
| 16599223 | 4 months ago | | | 0 | 0.0000052743529 | |
| 16384553 | 4 months ago | | | 0 | 1.2793765e-7 | |
| 15424995 | 5 months ago | | | 0 | 1.5402315e-7 | |
| 15424936 | 5 months ago | | | 0 | 2.1676268e-7 | |
| 15424900 | 5 months ago | | | 0 | 1.6316096e-7 | |
| 15424833 | 5 months ago | | | 0 | 1.9294617e-7 |
ABI
ABI objects
Getter at block 21869455
BURN_ADDRESS() view returns (address)
0x000000000000000000000000000000000000dead
DOMAIN_SEPARATOR() view returns (bytes32 result)
0x0822d4b1888c54076a73df7544d0b1ad6c777056937e59e438bea093a6dddbdf
MAX_SUPPLY() view returns (uint256)
10000000000000000000000000
decimals() view returns (uint8)
18
feeAmounts() view returns (uint8 buy, uint8 sell)
(buy=0, sell=5)
isBlacklistRenounced() view returns (bool)
false
isFeeChangeRenounced() view returns (bool)
false
isLimitInEffect() view returns (bool)
false
isTradingActive() view returns (bool)
true
maxTransactionAmount() view returns (uint256)
100000000000000000000000
maxWallet() view returns (uint256)
100000000000000000000000
name() pure returns (string)
CodeNameWAFFLE
owner() view returns (address result)
0x2d9a9fbb47a2b940c31d0c762248b7496117c1ba
symbol() pure returns (string)
WAFFLE
tokensForBotProtection() view returns (uint256)
0
totalSupply() view returns (uint256 result)
10000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256 result)
balanceOf(address owner) view returns (uint256 result)
isAutomatedMarketMakerPair(address pair) view returns (bool)
isBlacklisted(address account) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromMaxTransactionAmount(address account) view returns (bool)
nonces(address owner) view returns (uint256 result)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address account)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
decreaseAllowance(address spender, uint256 difference) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address account, bool isExcluded)
increaseAllowance(address spender, uint256 difference) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeLimits()
renounceBlacklist()
renounceFeeChange()
renounceOwnership() payable
requestOwnershipHandover() payable
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner) payable
unblacklist(address account)
updateBuyFees(uint8 burnFee)
updateMaxTransactionAmount(uint256 newAmount)
updateMaxWalletAmount(uint256 newNum)
updateSellFees(uint8 burnFee)
withdrawStuckEth()
withdrawStuckToken(address _token)
withdrawStuckWAFFLE(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 amount)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromMaxTransaction(address indexed account, bool isExcluded)
FeesUpdated(uint8 buyFee, uint8 sellFee)
MaxTransactionAmountUpdated(uint256 newAmount, uint256 oldAmount)
MaxWalletAmountUpdated(uint256 newAmount, uint256 oldAmount)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool value)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address ownerWallet)
receive()
AllowanceOverflow()
AllowanceUnderflow()
InsufficientAllowance()
InsufficientBalance()
InvalidPermit()
NewOwnerIsZeroAddress()
NoHandoverRequest()
PermitExpired()
TotalSupplyOverflow()
Unauthorized()
WAFFLE__BlacklistModificationDisabled()
WAFFLE__BuyAmountGreaterThanMax()
WAFFLE__CannotTransferFromAddressZero()
WAFFLE__CannotTransferToAddressZero()
WAFFLE__ErrorWithdrawingEth()
WAFFLE__FeeChangeRenounced()
WAFFLE__MaxFeeFivePercent()
WAFFLE__MaxTransactionTooLow()
WAFFLE__MaxWalletAmountExceeded()
WAFFLE__MaxWalletAmountTooLow()
WAFFLE__OnlyOwner()
WAFFLE__ReceiverBlacklisted()
WAFFLE__SellAmountGreaterThanMax()
WAFFLE__SenderBlacklisted()
WAFFLE__TokenAddressCannotBeAddressZero()
WAFFLE__TradingNotActive()