PeepoToken
Verified contract
Active on
Ethereum with 20,951 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 |
---|---|---|---|---|---|
PEEPO | ERC-20 | 305.763158B | $0.00 |
$2,751.87 | |
USDT | ERC-20 | 985 | $1.001 |
$985.98 | |
PEPEG | ERC-20 | 54.943537B | -- | -- | |
NIC | ERC-20 | 3.570295M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157677 | 21 minutes ago | | | 0 | 0.00063079479 | |
| 21157113 | 2 hours ago | | | 0 | 0.00076155846 | |
| 21155846 | 6 hours ago | | | 0 | 0.00055767194 | |
| 21154239 | 12 hours ago | | | 0 | 0.00038919586 | |
| 21154153 | 12 hours ago | | | 0 | 0.00041456771 | |
| 21153339 | 15 hours ago | | | 0 | 0.00043928975 | |
| 21153142 | 16 hours ago | | | 0 | 0.00066415824 | |
| 21152412 | 18 hours ago | | | 0 | 0.00052521859 | |
| 21152215 | 19 hours ago | | | 0 | 0.00054383469 | |
| 21151780 | 20 hours ago | | | 0 | 0.00044114619 |
ABI
ABI objects
Getter at block 21157780
DOMAIN_SEPARATOR() view returns (bytes32)
0xe8343b316db6967729924544de2f0a79767a958ffa9613017ca9698573bb4710
decimals() view returns (uint8)
18
name() view returns (string)
PEEPO
symbol() view returns (string)
PEEPO
totalSupply() view returns (uint256)
69420000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) 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)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.