PizzaVerse🍕
Verified contract
Active on
Base with 12 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHNO | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15795197 | 5 months ago | | | 0 | 6.4506382e-7 | |
| 15795187 | 5 months ago | | | 0 | 5.5804451e-7 | |
| 15795183 | 5 months ago | | | 0 | 9.8805969e-7 | |
| 15795183 | 5 months ago | | | 0 | 9.8805969e-7 | |
| 15795183 | 5 months ago | | | 0 | 9.8805969e-7 | |
| 15795183 | 5 months ago | | | 0 | 9.8805969e-7 | |
| 15795183 | 5 months ago | | | 0 | 9.8805969e-7 | |
| 15795183 | 5 months ago | | | 0 | 9.8805969e-7 | |
| 15795182 | 5 months ago | | | 0 | 9.8805969e-7 | |
| 15795182 | 5 months ago | | | 0 | 9.8805969e-7 |
ABI
ABI objects
Getter at block 22109378
burnedSupply() view returns (uint256)
0
burnedTokens() view returns (uint256)
0
decimals() view returns (uint8)
9
name() view returns (string)
PizzaVerse🍕
symbol() view returns (string)
VERSE🍕
totalSupply() view returns (uint256)
880000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256Â _amount)Â
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)Â
Transfer(address indexed from, address indexed to, uint256 value)Â
constructor(string _name, string _symbol, uint8 _decimals, uint256 _initialSupply)Â
This contract contains no fallback and receive objects.
This contract contains no error objects.