Yoyo
Verified contract
Proxy
Active on
Base with 1,612 txns
Unified storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($2,709.09)
Native
Value
$2,709.09
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 1.083352 | $2,500.66 |
$2,709.09 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16172090 | 4 months ago | | | 0 | 0.000000088120802084 | |
| 16171638 | 4 months ago | | | 0 | 1.5513387e-7 | |
| 14929267 | 5 months ago | | | 0 | 0.0000040956071 | |
| 14539350 | 6 months ago | | | 0 | 1.7845745e-7 | |
| 14539313 | 6 months ago | | | 0.0065957028 | 2.3753854e-7 | |
| 14478026 | 6 months ago | | | 0 | 1.3699168e-7 | |
| 14477942 | 6 months ago | | | 0.0087528045 | 2.3753854e-7 | |
| 14477680 | 6 months ago | | | 0 | 1.3699168e-7 | |
| 14477664 | 6 months ago | | | 0.0043586672 | 2.3753854e-7 | |
| 14477524 | 6 months ago | | | 0 | 1.3699168e-7 |
ABI
ABI objects
Getter at block 21880218 proxiableUUID() view returns (bytes32)
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
decimals() view returns (uint8)
0
name() view returns (string)
Yoyo
owner() view returns (address)
0x2ef3efb35c0433e8b0e2b2c7e54661fe655424c8
symbol() view returns (string)
YOYO
totalSupply() view returns (uint256)
1481256
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
burnProceeds(uint256 amount_) view returns (uint256)
mintCost(uint256 amount_) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount_)
initialize(address owner_)
mint(uint256 amount_) payable
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed account, uint256 amount, uint256 newTotalSupply)
Initialized(uint64 version)
Mint(address indexed account, uint256 amount, uint256 newTotalSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
BurnAmountTooHigh(uint256 maximumAmount, uint256 amount)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
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)
EtherTransferFailed(address to, uint256 value)
FailedInnerCall()
InsufficientValue(uint256 minimumValue, uint256 value)
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)