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 "yippee"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21144500 | 2 days ago | | | 0 | 0.0010363366 | |
| 21093976 | 9 days ago | | | 0 | 0.00083350352 | |
| 21065379 | 13 days ago | | | 0 | 0.00087705135 | |
| 21065371 | 13 days ago | | | 0 | 0.00094107575 | |
| 21041446 | 16 days ago | | | 0 | 0.00046232387 | |
| 21028729 | 18 days ago | | | 0 | 0.0019331475 | |
| 21017968 | 20 days ago | | | 0 | 0.00029670140 | |
| 21009716 | 21 days ago | | | 0 | 0.00034559672 | |
| 21006395 | 21 days ago | | | 0 | 0.00041674757 | |
| 21001536 | 22 days ago | | | 0 | 0.00046262468 |
ABI
ABI objects
Getter at block 21157854
DOMAIN_SEPARATOR() view returns (bytes32 result)
0xa87f07aa8e33c1c5c410feffdbaffd3a01b4bf71c311691e83963eecd4eef992
decimals() view returns (uint8)
18
limitsEnabled() view returns (bool)
false
maxWalletBal() view returns (uint256)
420690000000000000000000000000000
name() view returns (string)
yippee
owner() view returns (address result)
0x0000000000000000000000000000000000000000
ownershipHandoverValidFor() view returns (uint64)
172800
symbol() view returns (string)
YIPPEE
totalSupply() view returns (uint256)
420690000000000000000000000000000
uniswapV2Pair() view returns (address)
0x66e8b25565658959f78177d81afcc33480a9771c
Read-only
allowance(address owner, address spender) view returns (uint256 result)
balanceOf(address owner) view returns (uint256 result)
capExclusions(address) 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)
burn(uint256 _value)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
decreaseAllowance(address spender, uint256 difference) returns (bool)
increaseAllowance(address spender, uint256 difference) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership() payable
requestOwnershipHandover() payable
setCapExclusions(address _wallet, bool _status)
setMaxWalletBal(uint256 _maxWalletBal)
setUniswapV2Pair(address _uniswapV2Pair)
toggleLimits()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner) payable
Approval(address indexed owner, address indexed spender, uint256 amount)
BlacklistChanged(address indexed wallet, bool indexed status)
CapExclusionChanged(address indexed wallet, bool indexed status)
MaxWalletBalanceChanged(uint256 indexed oldCap, uint256 indexed newCap)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
UniswapV2PairChanged(address indexed oldPair, address indexed newPair)
constructor(address _owner, string __name, string __symbol, uint256 __totalSupply, uint256 _maxWalletBal)
This contract contains no fallback and receive objects.
AllowanceOverflow()
AllowanceUnderflow()
CapExceeded()
InsufficientAllowance()
InsufficientBalance()
InvalidPermit()
NewOwnerIsZeroAddress()
NoHandoverRequest()
NotActive()
PermitExpired()
TotalSupplyOverflow()
Unauthorized()
UniswapV2Pair()
ZeroAddress()