cum
Verified contract
Proxy
Active on
Base with 1,450 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)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHNO | ERC-20 | 14 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22632440 | 3 days ago | | | 0 | 9.9708671e-7 | |
| 22611035 | 3 days ago | | | 0 | 9.3046919e-7 | |
| 22524067 | 5 days ago | | | 0 | 4.2926758e-7 | |
| 22346012 | 10 days ago | | | 0 | 2.1908370e-7 | |
| 22334111 | 10 days ago | | | 0 | 9.4823257e-7 | |
| 22050876 | 16 days ago | | | 0 | 2.5166650e-7 | |
| 21853905 | 21 days ago | | | 0 | 1.4200441e-7 | |
| 21678369 | 25 days ago | | | 0 | 3.2015562e-7 | |
| 21556724 | a month ago | | | 0 | 7.5641014e-7 | |
| 21537021 | a month ago | | | 0 | 1.9572573e-7 |
ABI
ABI objects
Getter at block 22756991
DOMAIN_SEPARATOR() view returns (bytes32 result)
0x6df5f3254c081fccf377943e62d2ca8ccc039e2d421a026e4e53b9164dc1bb5c
decimals() pure returns (uint8)
11
name() view returns (string)
cum
owner() view returns (address result)
0x0000000000000000000000000000000000000000
platformUrl() view returns (string)
https://rug.fun
symbol() view returns (string)
CUM
totalSupply() view returns (uint256)
6000000000000000000
transferRestrictedTo() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256 result)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256 result)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
initialize(string name_, string symbol_, address poolAddress_) payable
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
protocolBurn(address from, uint256 amount) payable
protocolMint(address to, uint256 amount) payable
removeTransferRestriction() payable
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)
TotalSupplyChanged(uint256 indexed totalSupply)
Transfer(address indexed from, address indexed to, uint256 amount)
TransferRestrictionRemoved()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AllowanceOverflow()
AllowanceUnderflow()
AlreadyInitialized()
AlreadyRemovedTransferRestriction()
CannotInteractWithPoolDuringGame()
InsufficientAllowance()
InsufficientBalance()
InvalidPermit()
NewOwnerIsZeroAddress()
NoHandoverRequest()
PermitExpired()
TotalSupplyOverflow()
Unauthorized()