Sprout Academy
Verified contract
Active on
Ethereum with 9,683 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 "Sprout Academy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20941702 | 2 months ago | | | 0 | 0.00035277795 | |
| 20757615 | 3 months ago | | | 0 | 0.00012514687 | |
| 20630295 | 3 months ago | | | 0 | 0.000059541411 | |
| 20305111 | 5 months ago | | | 0 | 0.000064178678 | |
| 20127716 | 6 months ago | | | 0 | 0.00054893270 | |
| 19641661 | 8 months ago | | | 0 | 0.0038607145 | |
| 19223685 | 10 months ago | | | 0 | 0.00041070153 | |
| 19001163 | a year ago | | | 0 | 0.00083738691 | |
| 18895891 | a year ago | | | 0 | 0.00070973188 | |
| 18527482 | a year ago | | | 0 | 0.0017974170 |
ABI
ABI objects
Getter at block 21332352
MAX_PUBLIC_MINT() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
5000
MAX_WHITELIST_MINT() view returns (uint256)
1
MAX_WLCC_MINT() view returns (uint256)
10
baseTokenURI() view returns (string)
https://nftstorage.link/ipfs/bafybeieqls3r6f3guy42ogkwmuoatairhonlynu762jogu3bhgncc6lriu/
getMerkleRoot() view returns (bytes32)
0xf3024e57e9c5c9459f17692d040d7262c6b32104a9f09e3463e29cc761a656bb
name() view returns (string)
Sprout Academy
owner() view returns (address)
0x32b714a5102654029064b18ae27fb995cd0bd778
publicSale() view returns (bool)
false
symbol() view returns (string)
SPROUT
totalSupply() view returns (uint256)
5001
whiteListSale() view returns (bool)
false
wlccContractAddress() view returns (address)
0xfe0be00f15ac95f6a2d1b8bea07bfa42e1b81389
wlccSale() view returns (bool)
false
wlccStakingContractAddress() view returns (address)
0xf4c8f2d063a8ecd3397d973c2cf7d99f77b52d0e
Read-only
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)
totalPublicMint(address) view returns (uint256)
totalWhitelistMint(address) view returns (uint256)
totalWlccMint(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint()
mintWLCC(uint256[] tokenIds)
renounceOwnership()
reserveSprouts()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setMerkleRoot(bytes32 _merkleRoot)
setStakingAddress(address wlccStakingAddress)
setTokenUri(string _baseTokenUri)
setWastelandCactusCrewAddress(address wlccAddress)
togglePublicSale()
toggleWhiteListSale()
toggleWlccSale()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(bytes32[] _merkleProof)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()