Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Yes Chad"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244400 | 21 minutes ago | | | 0 | 0.00092053311 | |
| 21244194 | an hour ago | | | 0 | 0.0013196485 | |
| 21244030 | 2 hours ago | | | 0 | 0.0012911301 | |
| 21243778 | 2 hours ago | | | 0 | 0.0025286790 | |
| 21243630 | 3 hours ago | | | 0 | 0.00098673610 | |
| 21243628 | 3 hours ago | | | 0 | 0.0027793071 | |
| 21243030 | 5 hours ago | | | 0 | 0.00052473851 | |
| 21242958 | 5 hours ago | | | 0 | 0.00044583200 | |
| 21242957 | 5 hours ago | | | 0 | 0.0017781300 | |
| 21242957 | 5 hours ago | | | 0 | 0.0017781300 |
ABI
ABI objects
Getter at block 21244502
DECIMALS() view returns (uint256)
1000000000000000000
antiBot() view returns (address)
0x6120fa4b79ab3672322ee5ba8ed59d4303d0ff06
antiWhale() view returns (address)
0x90ca629ca55a8e70b507557c228a3a054648847e
decimals() view returns (uint8)
18
getOwner() view returns (address)
0x0000000000000000000000000000000000000000
initialSupply() view returns (uint256)
1000000000000000000000000000
isAirdrop() view returns (bool)
false
name() view returns (string)
Yes Chad
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
YES
taxAddress() view returns (address)
0xe30db54e9f4ada43f03af46b125f13836284f35e
taxFee() view returns (uint256)
0
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
antiBotExemptions(address) view returns (bool)
antiWhaleExemptions(address) view returns (bool)
antiWhaleSenderExemptions(address) view returns (bool)
balanceOf(address account) view returns (uint256)
blackList(address) view returns (bool)
isAntibotGlobalExemption(address _address) view returns (bool)
isAntiwhaleGlobalExemption(address _address) view returns (bool)
noTaxable(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
releaseAirdropMode()
releaseAntibotGlobalExemption(address _address)
releaseAntiwhaleGlobalExemption(address _address)
renounceOwnership()
setBlackList(address _address, bool _blackList)
setNotTaxable(address _address, bool _taxable)
setTaxAddress(address _taxAddress)
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string name, string symbol, address _owner, address _taxAddress, address _antiBot, address _antiWhale, uint256 _initialSupply, uint256 _taxFee, bool _isAirdrop, address[] globalExemptions, address[] globalSenderExemptions)
This contract contains no fallback and receive objects.
BlacklistedAddress(address _address)
BotDetected()
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)
EnforcedPause()
ExpectedPause()
InvalidInitialSupply()
InvalidTaxFee()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
WhaleDetected()