Euphorians
Verified contract
Active on
Ethereum with 1,726 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 "Euphorians"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20393505 | 4 months ago | | | 0 | 0.000086655935 | |
| 19910812 | 6 months ago | | | 0 | 0.00028977035 | |
| 19873848 | 6 months ago | | | 0 | 0.00021577716 | |
| 19691170 | 7 months ago | | | 0 | 0.00043704712 | |
| 19645757 | 7 months ago | | | 0 | 0.00024767067 | |
| 19640818 | 7 months ago | | | 0 | 0.0011495038 | |
| 19625549 | 7 months ago | | | 0 | 0.0015519295 | |
| 19598801 | 7 months ago | | | 0 | 0.00036507243 | |
| 19598781 | 7 months ago | | | 0 | 0.00039116875 | |
| 19598780 | 7 months ago | | | 0 | 0.00061208714 |
ABI
ABI objects
Getter at block 21166120
baseURI() view returns (string)
https://j6m93zgc0m.execute-api.us-east-1.amazonaws.com/dev/nft/json
cost() view returns (uint256)
69690000000000000
maxMintAmount() view returns (uint256)
20
maxSupply() view returns (uint256)
6969
name() view returns (string)
Euphorians
notRevealedUri() view returns (string)
ipfs://QmcN4zLuB1HEZ6GeXHFDz3zAU5etgvXJEGdnrbAhzvpr98
owner() view returns (address)
0x6bf89f8c85d92d5364893241408f0c1dff98979e
paused() view returns (bool)
true
reveal() view returns (bool)
true
symbol() view returns (string)
Euphorians
tokenCount() view returns (uint256)
1602
Read-only
addressMintedBalance(address) view returns (uint256)
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _amount) payable
pause()
renounceOwnership()
revealNFT()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setCost(uint256 _newCost)
setMaxMintAmount(uint256 _maxMintAmount)
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(string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.