Valentine
Verified contract
Active on
Ethereum with 26,090 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 "Valentine"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21210412 | 9 days ago | | | 0 | 0.00062821335 | |
| 21210407 | 9 days ago | | | 0 | 0.00064005486 | |
| 21209479 | 9 days ago | | | 0 | 0.00084058666 | |
| 21103150 | 24 days ago | | | 0 | 0.00010153650 | |
| 21101183 | 24 days ago | | | 0 | 0.00052949295 | |
| 21045631 | a month ago | | | 0 | 0.00023671661 | |
| 20948509 | a month ago | | | 0 | 0.00020459273 | |
| 20879005 | 2 months ago | | | 0 | 0.00095042627 | |
| 20746662 | 2 months ago | | | 0 | 0.000054550453 | |
| 20712470 | 3 months ago | | | 0 | 0.00011534388 |
ABI
ABI objects
Getter at block 21275047
getCount() view returns (uint256)
7000
getMintPhase() view returns (uint8)
2
name() view returns (string)
Valentine
owner() view returns (address)
0x02140b609a2134aaeafd527789316a11e63edeb6
paused() view returns (bool)
false
symbol() view returns (string)
VAL
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCanMint(address _address) view returns (bool)
getMintStatus(address _address) view returns (uint256)
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 _setBaseURI(string _baseURIParam)
approve(address to, uint256 tokenId)
batchMintAdmin(address[] _addresses)
mint()
mintAdmin()
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAdmins(address[] _addresses, bool[] _isAdmin)
setAllowlistCanMintAt(uint256 _timestamp)
setApprovalForAll(address operator, bool approved)
setMintStatus(address[] _addresses, uint256[] _status)
setPublicCanMintAt(uint256 _timestamp)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw(address _to)
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)