Cathie Wood
Verified contract
Active on
Base with 1,909 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 |
---|---|---|---|---|---|
WOULD | ERC-20 | 650K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21194795 | 14 days ago | | | 0 | 1.2473846e-7 | |
| 20994223 | 19 days ago | | | 0 | 0.000000104858452251 | |
| 20994200 | 19 days ago | | | 0 | 1.9976507e-7 | |
| 20912777 | 21 days ago | | | 0 | 0.000023498879 | |
| 20871970 | 22 days ago | | | 0 | 2.3538618e-7 | |
| 20075149 | a month ago | | | 0 | 2.3364572e-7 | |
| 19918792 | a month ago | | | 0 | 0.0000048536789 | |
| 19908320 | a month ago | | | 0 | 2.1783019e-7 | |
| 19721910 | 2 months ago | | | 0 | 2.7478865e-7 | |
| 19584916 | 2 months ago | | | 0 | 2.3149551e-7 |
ABI
ABI objects
Getter at block 21819134
decimals() view returns (uint8)
18
launched() view returns (bool)
true
lpPair() view returns (address)
0x144c303be10559b97fcecd4b01e879d45b524b38
maxWalletPct() view returns (uint256)
100
name() view returns (string)
Cathie Wood
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
WOULD
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch()
renounceOwnership()
setExclusion(address account, bool status)
setLpPair(address _lpPair)
setMaxWalletPct(uint256 _maxWalletPct)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) 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.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)