PUFFER
Verified contract
Active on
Ethereum with 100,852 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,815.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 2.550599K | $1.001 |
$2,553.15 | |
PUFFER | ERC-20 | 951.978615 | $0.275059 |
$261.85 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244945 | 11 minutes ago | | | 0 | 0.00062372580 | |
| 21244912 | 17 minutes ago | | | 0 | 0.00062280290 | |
| 21244876 | 24 minutes ago | | | 0 | 0.00074710967 | |
| 21244839 | 32 minutes ago | | | 0 | 0.00084207086 | |
| 21244768 | an hour ago | | | 0 | 0.00056466787 | |
| 21244583 | an hour ago | | | 0 | 0.00078195859 | |
| 21244546 | 2 hours ago | | | 0 | 0.00067661132 | |
| 21244494 | 2 hours ago | | | 0 | 0.00086448726 | |
| 21244437 | 2 hours ago | | | 0 | 0.0010466812 | |
| 21244404 | 2 hours ago | | | 0 | 0.00075823119 |
ABI
ABI objects
Getter at block 21244996
CLOCK_MODE() view returns (string)
mode=timestamp
DOMAIN_SEPARATOR() view returns (bytes32)
0xba3adbfaa00d46a939af13cc39f013f6804412fd521c23ea9ca010e86cde503f
clock() view returns (uint48)
1732299371
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=PUFFER, version=1, chainId=1, verifyingContract=0x4d1c297d39c5c1277964d0e3f8aa901493664530, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
PUFFER
owner() view returns (address)
0x61620399fe1e4f1810a57a309259a092db212e96
paused() view returns (bool)
false
symbol() view returns (string)
PUFFER
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct CheckpointsCheckpoint208)
delegates(address account) view returns (address)
getPastTotalSupply(uint256 timepoint) view returns (uint256)
getPastVotes(address account, uint256 timepoint) view returns (uint256)
getVotes(address account) view returns (uint256)
isAllowedFrom(address sender) view returns (bool allowed)
isAllowedTo(address receiver) view returns (bool allowed)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setAllowedFrom(address transferrer, bool allowed)
setAllowedTo(address receiver, bool allowed)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousVotes, uint256 newVotes)
EIP712DomainChanged()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SetAllowedFrom(address indexed from, bool isAllowedFrom)
SetAllowedTo(address indexed to, bool isAllowedTo)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address initialOwner)
This contract contains no fallback and receive objects.
CheckpointUnorderedInsertion()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC20ExceededSafeSupply(uint256 increasedSupply, uint256 cap)
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)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
ERC5805FutureLookup(uint256 timepoint, uint48 clock)
ERC6372InconsistentClock()
EnforcedPause()
ExpectedPause()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)
StringTooLong(string str)
TransferPaused()
VotesExpiredSignature(uint256 expiry)