Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($34.23)
Native
Value
$34.23
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.01 | $3,423.20 |
$34.23 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21101947 | 23 days ago | | | 0 | 0.00017606425 | |
| 21101910 | 23 days ago | | | 0 | 0.00018422400 | |
| 21101489 | 23 days ago | | | 0 | 0.00060162345 | |
| 21063685 | a month ago | | | 0 | 0.00041616646 | |
| 21020318 | a month ago | | | 0 | 0.00023145862 | |
| 20557544 | 3 months ago | | | 0 | 0.000072464226 | |
| 20388226 | 4 months ago | | | 0 | 0.000073546643 | |
| 20387193 | 4 months ago | | | 0 | 0.00021692906 | |
| 20110219 | 5 months ago | | | 0 | 0.000082235929 | |
| 20016669 | 6 months ago | | | 0 | 0.00023681809 |
ABI
ABI objects
Getter at block 21268140
MAX_SUPPLY() view returns (uint256)
10000
PRICE() view returns (uint256)
0
_isActive() view returns (bool)
true
_presaleActive() view returns (bool)
true
amountForTeam() view returns (uint256)
1500
maxPresale() view returns (uint256)
1
maxPublic() view returns (uint256)
3
name() view returns (string)
Weeds
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x12a43a55e4bdc3f7b6cfde7e3998cd069cd13b41
preSaleRoot() view returns (bytes32)
0xf40f8abe5fbe3a60a01c34247531d76882afbf61f518edc044f223f4610df449
symbol() view returns (string)
WEEDS
totalReleased() view returns (uint256)
0
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
10000
Read-only
_preSaleListCounter(address) view returns (uint8)
_publicCounter(address) view returns (uint256)
_teamCounter(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)
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)
State-modifying
Events approve(address to, uint256 tokenId)
internalMint(uint256 quantity, address to)
mintPreSaleTokens(uint8 quantity, bytes32[] _merkleProof) payable
presaleActive(bool isActive)
publicSaleMint(uint256 quantity) payable
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool isActive)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxPresale(uint256 _maxPresale)
setPreSaleRoot(bytes32 _root)
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)
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(string name, string symbol, uint256 _amountForTeam, uint256 _maxBatchsize, uint256 collectionSize_, address[] payees, uint256[] shares)
receive()
This contract contains no error objects.