PeerToken
Verified contract
Active on
Ethereum with 664 txns
Balances ($0.00)
No balances found for "PeerToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21101271 | 38 minutes ago | | | 0 | 0.00088782158 | |
| 21100092 | 5 hours ago | | | 0 | 0.00029884631 | |
| 21099941 | 5 hours ago | | | 0 | 0.00040644172 | |
| 21099829 | 5 hours ago | | | 0 | 0.00021253390 | |
| 21099608 | 6 hours ago | | | 0 | 0.00025537503 | |
| 21099563 | 6 hours ago | | | 0 | 0.00026900831 | |
| 21099209 | 8 hours ago | | | 0 | 0.00022162512 | |
| 21099177 | 8 hours ago | | | 0 | 0.00025478348 | |
| 21099092 | 8 hours ago | | | 0 | 0.00030265161 | |
| 21098963 | 8 hours ago | | | 0 | 0.00041276520 |
ABI
ABI objects
Getter at block 21101461
CLOCK_MODE() view returns (string)
mode=timestamp
DOMAIN_SEPARATOR() view returns (bytes32)
0x81f0fbae65103597ccd19b916b8315cae21865015d355d588b470ccb41eab440
MAX_SUPPLY() view returns (uint256)
10000000000000000000000000000
clock() view returns (uint48)
1730568683
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=LooPIN, version=1, chainId=1, verifyingContract=0x975da7b2325f815f1de23c8b68f721fb483b8071, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
minter() view returns (address)
0x6be6cc3825f29ebbd014487b30512984b2c0cdf3
name() view returns (string)
LooPIN
owner() view returns (address)
0x4f4793788bd76bbbdcfa6abdd7cad2be273f6da7
symbol() view returns (string)
LOOPIN
totalSupply() view returns (uint256)
1011669042615540000000000
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)
nonces(address _owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
mint(address _account, uint256 _amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setMinter(address newMinter)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
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()
NewMinter(address newMinter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, address _minter, address _owner)
This contract contains no fallback and receive objects.
CallerNotMinter(address caller)
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()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidMinterZeroAddress()
InvalidShortString()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)
StringTooLong(string str)
VotesExpiredSignature(uint256 expiry)