Spinning Bread Cat
Verified contract
Proxy
Active on
Base with 14 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "Spinning Bread Cat"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15623744 | 6 months ago | | | 0 | 2.3853575e-7 | |
| 14631211 | 7 months ago | | | 0 | 0.0000019551667 | |
| 14435272 | 7 months ago | | | 0 | 0.000025392400 | |
| 14435257 | 7 months ago | | | 0 | 0.0000030236125 | |
| 14435128 | 7 months ago | | | 0 | 0.0000057704001 | |
| 14435099 | 7 months ago | | | 0 | 0.000049055000 | |
| 14434133 | 7 months ago | | | 0 | 0.0000034115985 | |
| 14433760 | 7 months ago | | | 0 | 0.0000029185327 | |
| 14433626 | 7 months ago | | | 0 | 0.000000902411810765 | |
| 14433610 | 7 months ago | | | 0 | 0.000074137803 |
ABI
ABI objects
Getter at block 23642982
DOMAIN_SEPARATOR() view returns (bytes32 result)
0x0809a024a40172d594f3623e5ba71b9fbf2dfbc7e4064b7ef8ceeb0a8550cbf3
decimals() pure returns (uint8)
11
name() view returns (string)
Spinning Bread Cat
owner() view returns (address result)
0xabc123420ad9f45347a2b4d5992201a5150d9a3a
symbol() view returns (string)
SBD
totalSupply() view returns (uint256 result)
2003723709200000000
transferRestrictedTo() view returns (address)
0x26629ed6e7f7a73daadf8d2cc535b8a6461fc808
Read-only
allowance(address owner, address spender) view returns (uint256 result)
balanceOf(address owner) view returns (uint256 result)
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 amount)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
initialize(string name_, string symbol_, address poolAddress_)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
protocolBurn(address from, uint256 amount)
protocolMint(address to, uint256 amount)
removeTransferRestriction()
renounceOwnership() payable
requestOwnershipHandover() payable
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)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AllowanceOverflow()
AllowanceUnderflow()
AlreadyInitialized()
CannotBurnUntilOwnerIsRenounced()
CannotInteractWithPoolDuringGame()
InsufficientAllowance()
InsufficientBalance()
InvalidPermit()
NewOwnerIsZeroAddress()
NoHandoverRequest()
PermitExpired()
TotalSupplyOverflow()
Unauthorized()