Degen Elves
Verified contract
Active on
Ethereum with 1,322 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 "Degen Elves"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20838509 | 2 months ago | | | 0 | 0.00063234818 | |
| 19799167 | 6 months ago | | | 0 | 0.00023982379 | |
| 18907379 | a year ago | | | 0 | 0.00070110968 | |
| 18902511 | a year ago | | | 0 | 0.00033093664 | |
| 18902510 | a year ago | | | 0 | 0.00059762214 | |
| 18759166 | a year ago | | | 0 | 0.0010210265 | |
| 18753634 | a year ago | | | 0 | 0.0010559391 | |
| 18001740 | a year ago | | | 0 | 0.00053311472 | |
| 17964244 | a year ago | | | 0 | 0.0021293441 | |
| 17934086 | a year ago | | | 0 | 0.00092183448 |
ABI
ABI objects
Getter at block 21211533
_baseURI() view returns (string)
https://api.degensantas.io/elves/metadata/
isPaused() view returns (bool)
false
isPreSalePaused() view returns (bool)
true
name() view returns (string)
Degen Elves
owner() view returns (address)
0x4b1b253ea013d30c65b4be75b72ebd420ffbf29c
publicMintCounter() view returns (uint256)
3
symbol() view returns (string)
ELVES
totalSupply() view returns (uint256)
2118
Read-only
_addressExist(address) view returns (bool)
_publicAddressExist(address) view returns (bool)
_publicMintList(address) view returns (address userAddress, uint256 counter)
_whiteList(address) view returns (address userAddress, uint256 counter)
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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events addWhiteListBundle(address[] whiteAddress, uint256[] counter)
approve(address to, uint256 tokenId)
flipPauseStatus()
flipPreSalePauseStatus()
mint(uint256 quantity)
preSalemint(uint256 quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updatePublicMintCounter(uint256 counter)
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(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.