Pepo DGAF
Verified contract
Active on
Ethereum with 1,205 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Pepo DGAF"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274272 | 19 days ago | | | 0 | 0.00046303949 | |
| 19891464 | 7 months ago | | | 0 | 0.00018802727 | |
| 19604709 | 8 months ago | | | 0 | 0.00089188730 | |
| 18909143 | a year ago | | | 0 | 0.00043605170 | |
| 18908540 | a year ago | | | 0 | 0.00061298335 | |
| 18908245 | a year ago | | | 0 | 0.00058084243 | |
| 18904737 | a year ago | | | 0 | 0.00062415917 | |
| 18900519 | a year ago | | | 0 | 0.00092286331 | |
| 18106402 | a year ago | | | 0 | 0.00023083842 | |
| 17766813 | a year ago | | | 0 | 0.0025683461 |
ABI
ABI objects
Getter at block 21408995
maxPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
3333
name() view returns (string)
Pepo DGAF
owner() view returns (address)
0x42e91eb8f818bb68c389d71602b77efd09493f56
paused() view returns (bool)
true
price() view returns (uint256)
20000000000000000
symbol() view returns (string)
PepoDGAF
totalSupply() view returns (uint256)
3332
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setMaxPerTx(uint256 _maxPerTx)
setMaxSupply(uint256 _maxSupply)
setPrice(uint256 _price)
togglePaused()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawall()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.