Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbf82…7b71
1 additional
variable
Balances ($0.00)
No balances found for "Pods"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21128583 | 20 days ago | | | 0 | 0.0014096084 | |
| 20320042 | 4 months ago | | | 0 | 0.00060346561 | |
| 20199997 | 5 months ago | | | 0 | 0.000075629001 | |
| 20150828 | 5 months ago | | | 0 | 0.00010062063 | |
| 20123974 | 5 months ago | | | 0 | 0.000099699032 | |
| 20053569 | 6 months ago | | | 0 | 0.00018270127 | |
| 19906730 | 6 months ago | | | 0 | 0.00011556694 | |
| 19889785 | 6 months ago | | | 0 | 0.00053161257 | |
| 19748271 | 7 months ago | | | 0 | 0.00033032519 | |
| 19693280 | 7 months ago | | | 0 | 0.00024215941 |
ABI
ABI objects
Getter at block 21271574
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DISTRIBUTOR() view returns (bytes32)
0x85faced7bde13e1a7dad704b895f006e704f207617d68166b31ba2d79624862d
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI() view returns (string)
contractURI() view returns (string)
https://digitalassets.fates.world/pod/contract.json
contractURI_() view returns (string)
https://digitalassets.fates.world/pod/contract.json
expiry() view returns (uint256)
2419200
getRoyaltyFee() view returns (uint256)
500
isOperatorFilterRegistryRevoked() view returns (bool)
false
launchedURI() view returns (string)
https://digitalassets.fates.world/pod/metadata/launched/{id}.json
name() view returns (string)
Pods
owner() view returns (address)
0xc0f26f847002066a0ed9817fc7f2599553f8a16e
paused() view returns (bool)
true
royalty() view returns (uint256)
500
symbol() view returns (string)
POD
unlaunchedURI() view returns (string)
https://digitalassets.fates.world/pod/metadata/unlaunched/{id}.json
Read-only
allowList(uint256) view returns (address)
allowlistValve(address) view returns (bool)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getRoleAdmin(bytes32 role) view returns (bytes32)
hasLaunched(uint256 _id) view returns (bool)
hasRole(bytes32 role, address account) view returns (bool)
isAllowListed(uint256 _id, address _pilot) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
isLaunchListed(address _pilot) view returns (bool)
launchClearance(address) view returns (bool)
royaltyInfo(uint256, uint256 value) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
uid(uint256) view returns (bool)
uri(uint256 _id) view returns (string)
State-modifying
Events addToAllowList(uint256 _id, address _pilot)
addToLaunchList(address _pilot, uint256 _charId, uint256 _astrId)
evacPodClaim(uint256 _id)
evacPodLaunch(uint256 _podId, uint256 _charId, uint256 _astrId)
grantRole(bytes32 role, address account)
removeFromAllowList(uint256 _id, address _pilot)
removeFromLaunchList(address _pilot)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeOperatorFilterRegistry()
revokeRole(bytes32 role, address account)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseuri)
setContractURI(string _contracturi)
setExpiry(uint256 _expiry)
setLaunchClearance(address _pilot, bool _clearance)
setLaunchedURI(string _suffix)
setPaused(bool _paused)
setRoyalties(address _recipient, uint256 _value)
setUnLaunchedURI(string _suffix)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
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(address _root, address _distributor, address _astrContract, address _charContract, string _name, string _symbol, string _contractURI, string _baseURI, string _launchedURI, string _unlaunchedURI, uint256 _royalty)
This contract contains no fallback and receive objects.
AlreadyRevoked()
OnlyOwner()
OperatorNotAllowed(address operator)