Variant
Verified contract
Active on
Ethereum with 6,432 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($23,479.21)
Native
Value
$23,479.21
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 6.612948 | $3,550.49 |
$23,479.21 | |
TURF | ERC-721 | 1 | -- | -- | |
fRiENDSiES | ERC-721 | 1 | -- | -- | |
fRiENDSiES | ERC-721 | 1 | -- | -- | |
fRiENDSiES | ERC-721 | 1 | -- | -- | |
fRiENDSiES | ERC-721 | 1 | -- | -- | |
fRiENDSiES | ERC-721 | 1 | -- | -- | |
fRiENDSiES | ERC-721 | 1 | -- | -- | |
fRiENDSiES | ERC-721 | 1 | -- | -- | |
fRiENDSiES | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21178801 | 15 days ago | | | 0 | 0.0011594324 | |
| 20731354 | 3 months ago | | | 0 | 0.000053635775 | |
| 20156566 | 5 months ago | | | 0 | 0.000049381139 | |
| 20023013 | 6 months ago | | | 0 | 0.00029571494 | |
| 19877155 | 6 months ago | | | 0 | 0.00036708452 | |
| 19746294 | 7 months ago | | | 0 | 0.00014273000 | |
| 19583125 | 8 months ago | | | 0 | 0.00083084454 | |
| 19542637 | 8 months ago | | | 0 | 0.00051248614 | |
| 19519840 | 8 months ago | | | 0 | 0.0027393448 | |
| 19506721 | 8 months ago | | | 0 | 0.0020064197 |
ABI
ABI objects
Getter at block 21287469
MAX_SUPPLY() view returns (uint256)
3333
PRICE_PER_TOKEN() view returns (uint256)
88800000000000000
isPresaleActive() view returns (bool)
false
isPublicSaleActive() view returns (bool)
true
name() view returns (string)
Variant
owner() view returns (address)
0xa1c490de6383d3f5d422af3fac778799f97b1314
symbol() view returns (string)
VRNT
totalReleased() view returns (uint256)
293908800000000000000
totalShares() view returns (uint256)
1000000
totalSupply() view returns (uint256)
3333
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numMintedPerPerson(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
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)
totalReleased(address token) view returns (uint256)
walletOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mintPublic(uint256 _tokenAmount) payable
presaleMint(address _address, bytes _voucher, uint256 _tokenAmount) payable
release(address account)
release(address token, address account)
renounceOwnership()
reserve(address addr, uint256 qty)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setIsPresaleActive(bool _isPresaleActive)
setMaxPerTxPresale(uint256 _newMaxAmount)
setMaxPerTxPublic(uint256 _newMaxAmount)
setMaxPerWallet(uint256 _newMaxMintAmount)
setMaxPerWalletPresale(uint256 _newMaxMintAmount)
setPrice(uint256 _newPrice)
setPublicSaleState(bool _isPublicSaleActive)
setSigner(address _signer)
setSupply(uint256 _newSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
This contract contains no error objects.