Crypto Perx
Verified contract
Active on
Ethereum with 42,886 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,122.65)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 1.976K | $1.001 |
$1,977.98 | |
CPRX | ERC-20 | 1.365883M | $0.000106 |
$144.67 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21137438 | 3 days ago | | | 0 | 0.0010702051 | |
| 21108079 | 7 days ago | | | 0 | 0.00057598181 | |
| 21107920 | 7 days ago | | | 0 | 0.00054757625 | |
| 21069033 | 12 days ago | | | 0 | 0.00038764457 | |
| 21069006 | 12 days ago | | | 0 | 0.00044860422 | |
| 21054526 | 14 days ago | | | 0 | 0.00013216500 | |
| 21040168 | 16 days ago | | | 0 | 0.00025613855 | |
| 21004695 | 21 days ago | | | 0 | 0.00017846342 | |
| 21004694 | 21 days ago | | | 0 | 0.00016793722 | |
| 20916968 | a month ago | | | 0 | 0.00026411279 |
ABI
ABI objects
Getter at block 21158347
INITIAL_SUPPLY() view returns (uint256)
3000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Crypto Perx
owner() view returns (address)
0x612f20f8895123930495a479621da6ab88061859
symbol() view returns (string)
CPRX
totalSupply() view returns (uint256)
3000000000000000000000000000
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 recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address wallet, address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.