Fragment
Verified contract
Proxy
Active on
Ethereum with 327 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot
-
variable spans 1 additional slot
10 additional
variables
Balances ($0.00)
No balances found for "Fragment"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21377215 | 3 days ago | | | 0 | 0.00060469785 | |
| 21207144 | a month ago | | | 0 | 0.00029520687 | |
| 21149444 | a month ago | | | 0 | 0.00051499608 | |
| 19728208 | 8 months ago | | | 0 | 0.00039586357 | |
| 18332945 | a year ago | | | 0 | 0.00056099694 | |
| 18273362 | a year ago | | | 0 | 0.00041161490 | |
| 18054819 | a year ago | | | 0 | 0.00059296999 | |
| 18048280 | a year ago | | | 0 | 0.00064970765 | |
| 18048154 | a year ago | | | 0 | 0.00036373108 | |
| 17719305 | a year ago | | | 0 | 0.0023535562 |
ABI
ABI objects
Getter at block 21397828
VRF_LOTTERY_KEY() view returns (string)
GhostsFragmentLottery
VRF_ORDER_KEY() view returns (string)
GhostsFragmentMintOrder
getLotteryState() view returns (uint256)
2
getMaxSupply() pure returns (uint256)
187
isEvilMemoriesConnected() view returns (bool)
true
isGhostsFragment() pure returns (bool)
true
isGhostsProjectConnected() view returns (bool)
true
isGoodMemoriesConnected() view returns (bool)
true
isMemoriesStorageConnected() view returns (bool)
true
isVRFConnected() view returns (bool)
true
lotteryState() view returns (uint8)
2
name() view returns (string)
Fragment
owner() view returns (address)
0x74807b2b7923763421e1365fb544802e8ac21c7c
symbol() view returns (string)
FRAGMENT
totalSupply() view returns (uint256)
187
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getLotteryResult(uint256 _ghostId) view returns (bool)
hasCorrectMemory(uint256 _ghostId) view returns (bool)
hasParticipatedLottery(uint256 _ghostId) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
_setMintOrder(uint256[] _randoms)
_setSeedNumbersForRNG(uint256[] _randoms)
approve(address to, uint256 tokenId)
connectEvilMemories(address _address)
connectGhostsProject(address _address)
connectGoodMemories(address _address)
connectMemoriesStorage(address _address)
connectVRFContract(address _address)
initialize()
mintFragmentsByAdmin(uint256 numToken)
renounceOwnership()
runLottery(uint256 _ghostId, address _ownerAddress)
runLotteryBatch(uint256[] _ghostIds, address _ownerAddress)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMintOrder()
setSeedNumbersForRNG()
setTokenUriBase(string _tokenUriBase)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateLotteryState(uint8 newState)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenUriBaseSet(string tokenUriBase)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.