Saplings

Verified contract

Active on Ethereum with 6,138 txns
Deployed by via 0x46106598 at 16119883
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Saplings"

0x4507103760cc4115ca58343971ef1fe4d2b440773e9d40a819dea60ce3e43049
From
0xc155f1d8523d834c4c1e8ac5f03bfe19110e4505dcf5ccc6bed14f0f3e2129bc
0xddc871a3390275ea442d2c0c51e4c8e6708583cafb77d6247bc11114db68d4b5
0xbdb492b4fad307cd46b25ed8b7ef9536cfafc3a5d9ee9ac13d61e7218580edbc
0xdc86f6b4e9407299a9319d1e55a1c2a32bae8265424c34850c9b4977aef8b5f5
0x9b79c0ea0184270b374445be60466f87e906f2c9df311427d136c0ef1d296b15
0x13d9432f0ebeee4bec75f037637ff1d4916ca0b64fa497ec78d4723d01bb1183
0x66913aa2e1c84300c0c5388cb7955afa67893f13459984194001196213ce3136
0x695812f987bbfc5f9bd4aab0266df54e556bb34b115beb39e18fe6568be6585c
0xdf14caee3ed0ff095422e99a71334108a5075c4f06c3bce4ad15adf080ec1f97

Functions
Getter at block 21224584
charity1(view returns (address)
0x8aeb83d3d05741cc3ba89f9b823e9d029d5fd8a6
charity2(view returns (address)
0xd173210a16cda79e691ba3286f4c2891a57f62d6
charity3(view returns (address)
0x79ae3a03c1f7e100113db2e91c93cd08aa84910e
name(view returns (string)
Saplings
owner(view returns (address)
0xdcf4396511d02805d74d09f2cdd7de8c75b4df1d
saplingsWallet(view returns (address)
0x072c77409dd951e60cafb455e23bb497f35480c8
symbol(view returns (string)
SAP
totalSupply(view returns (uint256)
3000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
grantRole(bytes32 roleaddress account
mint(uint256 valueuint256 quantityuint256 blockNumberbytes signaturepayable 
renounceRole(bytes32 role
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
sendToCharity(
setApprovalForAll(address operatorbool approved
setCharity(address _charity1address _charity2address _charity3
setCurrency(address token
setSaplingsWallet(address newWallet
setSupply(uint256 supplyCap
setURI(string uri
swapBalance(uint24 feeuint256 amountOutMinimum
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(address erc20
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
ReceivedEth(address senderuint256 amount
RoleGranted(bytes32 indexed roleaddress indexed account
RoleRevoked(bytes32 indexed roleaddress indexed account
SwapFailure(string reason
SwapSuccess(address indexed currencyuint256 indexed wethAmountuint256 indexed currencyAmount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
UpdatedCharity(address indexed charity1address indexed charity2address indexed charity3
Constructor
constructor(address signer
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidSignature(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
MissingRole(
NeedAtLeastOneAdmin(
NothingToDo(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
PaymentFailed(
SendToCharityFirst(
SoldOut(
SwapFailed(
Timeout(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WrongAmount(