Saplings
Verified contract
Active on
Ethereum with 6,138 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 "Saplings"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21104906 | 17 days ago | | | 0 | 0.00010620758 | |
| 21102647 | 17 days ago | | | 0 | 0.000089404105 | |
| 20942453 | a month ago | | | 0 | 0.00062880369 | |
| 20590397 | 3 months ago | | | 0 | 0.000028565495 | |
| 20450825 | 4 months ago | | | 0 | 0.000091136065 | |
| 19771846 | 7 months ago | | | 0 | 0.00015207222 | |
| 19558796 | 8 months ago | | | 0 | 0.00040486012 | |
| 19498163 | 8 months ago | | | 0 | 0.00057244567 | |
| 19302205 | 9 months ago | | | 0 | 0.00050295550 | |
| 19302203 | 9 months ago | | | 0 | 0.00052204990 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasRole(bytes32 role, address account) view returns (bool)
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 approve(address to, uint256 tokenId) payable
grantRole(bytes32 role, address account)
mint(uint256 value, uint256 quantity, uint256 blockNumber, bytes signature) payable
renounceRole(bytes32 role)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
sendToCharity()
setApprovalForAll(address operator, bool approved)
setCharity(address _charity1, address _charity2, address _charity3)
setCurrency(address token)
setSaplingsWallet(address newWallet)
setSupply(uint256 supplyCap)
setURI(string uri)
swapBalance(uint24 fee, uint256 amountOutMinimum)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw(address erc20)
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)
ReceivedEth(address sender, uint256 amount)
RoleGranted(bytes32 indexed role, address indexed account)
RoleRevoked(bytes32 indexed role, address indexed account)
SwapFailure(string reason)
SwapSuccess(address indexed currency, uint256 indexed wethAmount, uint256 indexed currencyAmount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UpdatedCharity(address indexed charity1, address indexed charity2, address indexed charity3)
constructor(address signer)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidSignature()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
MissingRole()
NeedAtLeastOneAdmin()
NothingToDo()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
PaymentFailed()
SendToCharityFirst()
SoldOut()
SwapFailed()
Timeout()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WrongAmount()