Sniff Wiff Joe
Verified contract
Active on
Base with 741 txns
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 "Sniff Wiff Joe"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22240920 | 13 days ago | | | 0 | 1.4938542e-7 | |
| 19211140 | 3 months ago | | | 0 | 0.000000064168994956 | |
| 17119696 | 4 months ago | | | 0 | 1.1594034e-7 | |
| 16757637 | 5 months ago | | | 0 | 0.000000109602799168 | |
| 16569503 | 5 months ago | | | 0 | 0.000000109602799168 | |
| 15700271 | 5 months ago | | | 0 | 0.000093281085 | |
| 15552457 | 5 months ago | | | 0 | 1.3654246e-7 | |
| 15150031 | 6 months ago | | | 0 | 1.4917952e-7 | |
| 14809771 | 6 months ago | | | 0 | 0.000000104954651968 | |
| 13981221 | 7 months ago | | | 0 | 1.5147800e-7 |
ABI
ABI objects
Getter at block 22781453
decimals() view returns (uint8)
18
maxSupply() view returns (uint256)
1000000000000000000000000000
name() view returns (string)
Sniff Wiff Joe
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
SNIFF
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)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _owner, string _name, string _symbol, uint8 _decimals, uint256 _initialSupply, uint256 _maxSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.