CryptoPepes DUST
Verified contract
Active on
Ethereum with 782 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CPEP | ERC-721 | 1 | -- | -- | |
CPEP | ERC-721 | 1 | -- | -- | |
CPEP | ERC-721 | 1 | -- | -- | |
CPEP | ERC-721 | 1 | -- | -- | |
CPEP | ERC-721 | 1 | -- | -- | |
CPEP | ERC-721 | 1 | -- | -- | |
CPEP | ERC-721 | 1 | -- | -- | |
CPEP | ERC-721 | 1 | -- | -- | |
CPEP | ERC-721 | 1 | -- | -- | |
CPEP | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19429534 | 8 months ago | | | 0 | 0.021156309 | |
| 19356048 | 9 months ago | | | 0 | 0.0021031539 | |
| 19274262 | 9 months ago | | | 0 | 0.0094366500 | |
| 19260662 | 9 months ago | | | 0 | 0.0011529820 | |
| 19246431 | 9 months ago | | | 0 | 0.00078874880 | |
| 19243522 | 9 months ago | | | 0 | 0.00083251454 | |
| 17688897 | a year ago | | | 0 | 0.0077775669 | |
| 17687650 | a year ago | | | 0 | 0.0089556242 | |
| 17687649 | a year ago | | | 0 | 0.0089421524 | |
| 17687576 | a year ago | | | 0 | 0.010203419 |
ABI
ABI objects
Getter at block 21275092
DUST_PER_PEPE() view returns (uint256)
100000000000000000000
decimals() view returns (uint8)
18
miner() view returns (address)
0xbc2afc039d2bfa67d582ac181dab5be17ec91f82
name() view returns (string)
CryptoPepes DUST
owner() view returns (address)
0x1e17a75616cd74f5846b1b71622aa8e10ea26cc0
pepeContract() view returns (address)
0x84ac94f17622241f313511b629e5e98f489ad6e4
symbol() view returns (string)
DPEP
totalSupply() view returns (uint256)
11600000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
dusting(address) view returns (bool)
pepes(uint256) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
claimPepe()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
dustPepe(uint256 _pepeId, address _miner)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
renounceOwnership()
setDusting()
setMiner(address _miner)
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)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _pepeContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.