ForeverLandsExplorer
Verified contract
Active on
Ethereum with 924 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "ForeverLandsExplorer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21186944 | 4 days ago | | | 0 | 0.0014422419 | |
| 20783482 | 2 months ago | | | 0 | 0.0012307416 | |
| 19479304 | 8 months ago | | | 0 | 0.0015800890 | |
| 19216186 | 9 months ago | | | 0 | 0.0010275201 | |
| 19149029 | 9 months ago | | | 0 | 0.0013545291 | |
| 19086974 | 10 months ago | | | 0 | 0.00080654162 | |
| 18956527 | 10 months ago | | | 0 | 0.0014033876 | |
| 18801272 | a year ago | | | 0 | 0.0010737899 | |
| 18707536 | a year ago | | | 0 | 0.0016754629 | |
| 18463172 | a year ago | | | 0 | 0.0013002628 |
ABI
ABI objects
Getter at block 21217319
FOUNDERS_RESERVE() view returns (uint256)
1024
FULL_PRICE() view returns (uint256)
160000000000000000
MAX_EXPLORERS() view returns (uint256)
65536
MAX_EXPLORERS_CLAIMABLE() view returns (uint256)
61152
MAX_EXPLORERS_PRESALE() view returns (uint256)
16384
PRESALE_PRICE() view returns (uint256)
128000000000000000
SHARDS_RESERVE() view returns (uint256)
3360
claimedExplorers() view returns (uint256)
65536
getAdmins() view returns (address[] admins)
[]
owner() view returns (address)
0x0320de3378dcde180758ad2d41c0e1c6dcbb441d
partnerContract() view returns (address)
0xee0d3feb1c2c9d17f92980200e396eacfc17ab75
partnerThreshold() view returns (uint256)
1
partnerTokenId() view returns (uint256)
1
presaleActive() view returns (bool)
false
presaleActiveTimestamp() view returns (uint256)
1637269200
presaleEndTimestamp() view returns (uint256)
1637355853
publicActiveTimestamp() view returns (uint256)
1637356243
publicEndTimestamp() view returns (uint256)
1639170976
publicSaleActive() view returns (bool)
false
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getFeeBps(uint256) view returns (uint256[] bps)
getFeeRecipients(uint256) view returns (address[] recipients)
getRoyalties(uint256) view returns (address[] recipients, uint256[] bps)
isAdmin(address admin) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256, uint256 value) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events activatePresale(uint256 startTime, uint256 presaleInterval, address partnerContract_, uint256 partnerTokenId_, uint256 partnerThreshold_)
activatePublicSale(uint256 startTime, uint256 publicSaleInterval)
approveAdmin(address admin)
claimExplorers(uint256 amount) payable
claimExplorersPresale(uint256 amount) payable
deactivatePresale()
deactivatePublicSale()
distributeExplorers(struct ForeverLandsExplorerReward[] rewards)
renounceOwnership()
revokeAdmin(address admin)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setURI(string newuri)
transferOwnership(address newOwner)
updateRoyalties(address recipient, uint256 bps)
withdraw(uint256 amount)
ActivatePresale()
ActivatePublicSale()
AdminApproved(address indexed account, address indexed sender)
AdminRevoked(address indexed account, address indexed sender)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
DeactivatePresale()
DeactivatePublicSale()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.