Valerian
Verified contract
Active on
Ethereum with 5,462 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VAL | ERC-721 | 1 | -- | -- | |
VAL | ERC-721 | 1 | -- | -- | |
VAL | ERC-721 | 1 | -- | -- | |
VAL | ERC-721 | 1 | -- | -- | |
VAL | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20527854 | 3 months ago | | | 0 | 0.00042618428 | |
| 19988327 | 5 months ago | | | 0 | 0.00054139659 | |
| 19988326 | 5 months ago | | | 0 | 0.00055872967 | |
| 19982207 | 5 months ago | | | 0 | 0.00052937433 | |
| 19982204 | 5 months ago | | | 0 | 0.00053955478 | |
| 19982201 | 5 months ago | | | 0 | 0.00056460118 | |
| 19982199 | 5 months ago | | | 0 | 0.00050973732 | |
| 19582158 | 7 months ago | | | 0 | 0.0010141846 | |
| 18854892 | a year ago | | | 0 | 0.00094176925 | |
| 18407274 | a year ago | | | 0 | 0.00045674956 |
ABI
ABI objects
Getter at block 21166685
allowedMintAmt() view returns (uint256)
0
allowedWLAmt() view returns (uint256)
0
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmfBPquy6zVZM1tFY9UtpoLVpof2e4iUJDKdNhMhauQE1j/
mintCounter() view returns (uint256)
2109
name() view returns (string)
Valerian
owner() view returns (address)
0x5813f33acfb782c7545d56fa2854de5a5532be05
presaleCounter() view returns (uint256)
999
startedMint() view returns (bool)
false
startedWLMint() view returns (bool)
false
symbol() view returns (string)
VAL
totalMinted() view returns (uint256)
3110
totalSupply() view returns (uint256)
3109
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] _tos, uint256 _amount)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(uint256 num) payable
mintTo(address[] _tos, uint256 _amount)
presale(address[] _tos, uint256 _amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI_)
setFounderAddress(address _founderAddress)
setPrice(uint256 _wlPrice, uint256 _normalPrice)
setReveal(bool _reveal)
startMint(uint256 _mintAmt)
startWLMint(uint256 _mintAmt)
stopMint()
stopWLMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
wlMint(uint256 num, bytes signature) payable
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 _name, string _symbol, address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()