SolarFarmAccess X Poi$on Pe$o
Verified contract
Proxy
Active on
Ethereum with 83 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
9 additional
variables
Balances ($36.78)
Native
Value
$36.78
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.01 | $3,677.57 |
$36.78 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19821221 | 7 months ago | | | 0 | 0.00027496610 | |
| 19820890 | 7 months ago | | | 0 | 0.00029491296 | |
| 19701856 | 7 months ago | | | 0 | 0.00041978042 | |
| 18108159 | a year ago | | | 0 | 0.00058961517 | |
| 18052506 | a year ago | | | 0 | 0.00092819084 | |
| 17708893 | a year ago | | | 0 | 0.0014595043 | |
| 17558100 | a year ago | | | 0 | 0.0021966576 | |
| 17515677 | a year ago | | | 0 | 0.0033403063 | |
| 17513079 | a year ago | | | 0.005 | 0.0035725160 | |
| 17236811 | 2 years ago | | | 0.005 | 0.018793143 |
ABI
ABI objects
Getter at block 21315807
ADMIN_ROLE() view returns (uint256)
1
BURNER_ROLE() view returns (uint256)
4
MANAGER_ROLE() view returns (uint256)
2
maxAmount() view returns (uint256)
555
maxPerMint() view returns (uint256)
50
maxPerWallet() view returns (uint256)
50
name() view returns (string)
SolarFarmAccess X Poi$on Pe$o
owner() view returns (address result)
0x3607714c059a49b23695a784d7e6ac86fc0dc355
ownershipHandoverValidFor() view returns (uint64)
172800
presaleActive() view returns (bool)
false
price() view returns (uint256)
5000000000000000
saleActive() view returns (bool)
true
symbol() view returns (string)
SFARAP
totalRevenue() view returns (uint256)
140000000000000000
totalSupply() view returns (uint256)
66
treasury() view returns (address)
0x43e649a300b8fe5ad7a01610398cf63ab3e38536
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasAllRoles(address user, uint256 roles) view returns (bool result)
hasAnyRole(address user, uint256 roles) view returns (bool result)
isApprovedForAll(address owner, address operator) view returns (bool)
ordinalsFromRoles(uint256 roles) pure returns (uint8[] ordinals)
ownerOf(uint256 tokenId) view returns (address)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
rolesFromOrdinals(uint8[] ordinals) pure returns (uint256 roles)
rolesOf(address user) view returns (uint256 roles)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, 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)
State-modifying
Events approve(address to, uint256 tokenId)
batchAirdrop(uint64[] quantities, address[] recipients)
burn(uint256 tokenId)
cancelOwnershipHandover()
completeOwnershipHandover(address pendingOwner)
grantRoles(address user, uint256 roles)
initialize(address owner_, string name_, string symbol_, address treasury_, address royalty_, uint96 royaltyFee_)
mint(uint64 quantity) payable
mintTo(address recipient, uint64 quantity) payable
presaleMint(uint64 quantity, uint256 allowed, bytes32[] proof) payable
presaleMintTo(address recipient, uint64 quantity, uint256 allowed, bytes32[] proof) payable
renounceOwnership()
renounceRoles(uint256 roles)
requestOwnershipHandover()
revokeRoles(address user, uint256 roles)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMerkleRoot(bytes32 newRoot)
setOperatorFilteringEnabled(bool value)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
setTreasury(address newTreasury)
startSale(uint256 newMaxAmount, uint256 newMaxPerMint, uint256 newMaxPerWallet, uint256 newPrice, bool presale)
stopSale()
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)
Initialized(uint8 version)
OperatorAllowed(bytes32 indexed operator, bool allowed)
OperatorBlocked(bytes32 indexed operator, bool blocked)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
RolesUpdated(address indexed user, uint256 indexed roles)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
NewOwnerIsZeroAddress()
NoHandoverRequest()
Unauthorized()