Degenarios
Verified contract
Active on
Ethereum with 2,167 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 "Degenarios"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18252407 | a year ago | | | 0 | 0.00015478626 | |
| 17601211 | a year ago | | | 0 | 0.00079742116 | |
| 17487774 | a year ago | | | 0 | 0.00098122687 | |
| 16890222 | 2 years ago | | | 0 | 0.00097973088 | |
| 16720832 | 2 years ago | | | 0 | 0.0022299868 | |
| 16702490 | 2 years ago | | | 0 | 0.0015729301 | |
| 16535751 | 2 years ago | | | 0 | 0.00086730309 | |
| 16355799 | 2 years ago | | | 0 | 0.00084063954 | |
| 16112491 | 2 years ago | | | 0 | 0.00029780599 | |
| 15903548 | 2 years ago | | | 0 | 0.00059487981 |
ABI
ABI objects
Getter at block 21283979
bOpen() view returns (bool)
true
bPaused() view returns (bool)
false
csAllowed() view returns (bool)
false
maxPerMint() view returns (uint256)
3
maxPerWallet() view returns (uint256)
3
maxSupply() view returns (uint256)
4444
merkleRoot() view returns (bytes32)
0x58487ef03a08747c4716c3e83894f19b348713c1e8b5c6ed7760ee7ee01de7c6
mintedFreeAmt() view returns (uint256)
4355
mintedWLAmt() view returns (uint256)
89
name() view returns (string)
Degenarios
owner() view returns (address)
0x3e8ba3cc8fd65f95c522bbd2d5241d0815e6714d
supplyFree() view returns (uint256)
4355
supplyWL() view returns (uint256)
89
symbol() view returns (string)
DEGENARIOS
totalSupply() view returns (uint256)
4444
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address) view returns (uint256)
mintedFree(address) view returns (uint256)
mintedWL(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenIMG(uint256 token) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 token) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
claimFreeDegen(uint256 amount)
claimWLDegen(bytes32[] merkleProof)
devSetCS(uint256 token, string _cs)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string u)
setCS(uint256 token, string _cs)
setCSAllowed(bool b)
setFreeSupply(uint256 a)
setImageURI(string u)
setMerkleRoot(bytes32 data)
setPaused(bool b)
setPublic(bool b)
setWLSupply(uint256 a)
setmaxPerMint(uint256 a)
setmaxPerWallet(uint256 a)
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.