DegenCoinApes
Verified contract
Active on
Ethereum with 255 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($43.14)
Native
Value
$43.14
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0138 | $3,125.89 |
$43.14 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17518610 | a year ago | | | 0 | 0.00037638204 | |
| 17518609 | a year ago | | | 0 | 0.00039556861 | |
| 16309019 | 2 years ago | | | 0 | 0.00068268072 | |
| 16309010 | 2 years ago | | | 0 | 0.00073049381 | |
| 16309002 | 2 years ago | | | 0 | 0.00070664456 | |
| 16308994 | 2 years ago | | | 0 | 0.00085576320 | |
| 16308972 | 2 years ago | | | 0 | 0.00077273482 | |
| 16308964 | 2 years ago | | | 0 | 0.00074255669 | |
| 16308954 | 2 years ago | | | 0 | 0.00076972486 | |
| 16303390 | 2 years ago | | | 0 | 0.00081224858 |
ABI
ABI objects
Getter at block 21227840
isSaleActive() view returns (bool)
true
isStaffSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
4321
maxWallet() view returns (uint256)
10
name() view returns (string)
DegenCoinApes
owner() view returns (address)
0xc1fe1eaccb999dcbe6a9dc74641dfe747e51b003
perTrx() view returns (uint256)
10
salePrice() view returns (uint256)
6900000000000000
symbol() view returns (string)
DCA
totalSupply() view returns (uint256)
616
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedLog(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
staffWallets(address) view returns (bool)
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 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool _iStSa, bool _iSa)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setParams(uint256 supply, uint256 limitTrx, uint256 limitWallet, uint256 prc)
setStaffWallets(address[] addrs)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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.