Gods Unchained Cards
Verified contract
Active on
Ethereum with 31,079 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
10 additional
variables
Balances ($31.93)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GODS | ERC-20 | 171.147124 | $0.186551 |
$31.93 | |
HEX | ERC-20 | 1.307 | $0.002518 |
$0 | |
C4Y | ERC-20 | 3.7K | -- | -- | |
(#129607378) | CARD | ERC-721 | 1 | -- | -- |
(#129601108) | CARD | ERC-721 | 1 | -- | -- |
(#111379062) | CARD | ERC-721 | 1 | -- | -- |
(#110357124) | CARD | ERC-721 | 1 | -- | -- |
(#105299226) | CARD | ERC-721 | 1 | -- | -- |
(#105251638) | CARD | ERC-721 | 1 | -- | -- |
(#105095453) | CARD | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21135374 | 4 days ago | | | 0 | 0.00036677035 | |
| 21135368 | 4 days ago | | | 0 | 0.00039289937 | |
| 21083923 | 11 days ago | | | 0 | 0.00021479383 | |
| 21059689 | 14 days ago | | | 0 | 0.00018325641 | |
| 21038959 | 17 days ago | | | 0 | 0.00013370205 | |
| 21019270 | 20 days ago | | | 0 | 0.00013512715 | |
| 20982821 | 25 days ago | | | 0 | 0.00022724497 | |
| 20966947 | a month ago | | | 0 | 0.0010816036 | |
| 20899784 | a month ago | | | 0 | 0.00080934298 | |
| 20852347 | a month ago | | | 0 | 0.0010206003 |
ABI
ABI objects
Getter at block 21162500
MYTHIC_THRESHOLD() view returns (uint16)
65000
baseURI() view returns (string)
https://api.immutable.com/asset/
batchSize() view returns (uint256)
1251
isOwner() view returns (bool)
false
migrating() view returns (bool)
false
name() view returns (string)
Gods Unchained Cards
nextBatch() view returns (uint256)
229349583
old() view returns (address)
0x629cdec6acc980ebeebea9e5003bcd44db9fc5ce
owner() view returns (address)
0xed824e513aff2545af0b6bb11ec2c503560e7672
propertyManager() view returns (address)
0xef536c805482feb3d838426ed48320f77fd5f82b
symbol() view returns (string)
CARD
tokenCount() view returns (uint256)
6972003
totalSupply() view returns (uint256)
6972003
Read-only
addressToUserID(address) view returns (uint48)
balanceOf(address _owner) view returns (uint256)
batches(uint256) view returns (uint48 userID, uint16 size)
factoryApproved(address, uint256) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getBatch(uint256 index) view returns (uint48 userID, uint16 size)
getBatchStart(uint256 tokenId) view returns (uint256)
getClassKey(bytes32 _key) pure returns (bytes32)
getClassProperty(bytes32 _key) view returns (bytes32)
getDetails(uint256 tokenId) view returns (uint16 proto, uint8 quality)
getProperty(uint256 _id, bytes32 _key) view returns (bytes32 _value)
getProto(uint256 _tokenId) view returns (uint16)
getQuality(uint256 _tokenId) view returns (uint8)
getTokenKey(uint256 _tokenId, bytes32 _key) pure returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
isOld(uint256 _tokenId) view returns (bool)
isTradable(uint256 _tokenId) view returns (bool)
mythicApproved(uint16, address) view returns (bool)
mythicCreated(uint16) view returns (bool)
mythicTradable(uint16) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
properties(bytes32) view returns (bytes32)
protoToSeason(uint256) view returns (uint16)
protos(uint256) view returns (bool locked, bool exists, uint8 god, uint8 cardType, uint8 rarity, uint8 mana, uint8 attack, uint8 health, uint8 tribe)
seasonTradable(uint256) view returns (bool)
seasons(uint256) view returns (uint16 high, uint16 low)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
userIDToAddress(uint48) view returns (address)
State-modifying
Events addFactory(address _factory, uint256 _season)
approve(address to, uint256 tokenId)
approveForMythic(address _factory, uint16 _mythic)
burn(uint256 _tokenId)
burnAll(uint256[] tokenIDs)
copyNextBatch()
copyUntil(uint256 gasThreshold)
lockProtos(uint16[] _ids)
makeMythicTradable(uint16 _mythic)
mintCard(address _to, uint16 _proto, uint8 _quality) returns (uint256 id)
mintCards(address _to, uint16[] _protos, uint8[] _qualities) returns (uint256 id)
renounceOwnership()
safeTransferAllFrom(address from, address to, uint256[] tokenIDs)
safeTransferBatch(address from, address to, uint256 start, uint256 end)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setBaseURI(string uri)
setClassProperty(bytes32 _key, bytes32 _value)
setMigrating(bool _migrating)
setProperty(uint256 _id, bytes32 _key, bytes32 _value)
setPropertyManager(address _manager)
setQuality(uint256 _tokenId, uint8 _quality)
startSeason(string name, uint16 low, uint16 high) returns (uint256)
transferAllFrom(address from, address to, uint256[] tokenIDs)
transferBatch(address from, address to, uint256 start, uint256 end)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unlockTrading(uint256 _season)
updateProtos(uint16[] _ids, uint8[] _gods, uint8[] _cardTypes, uint8[] _rarities, uint8[] _manas, uint8[] _attacks, uint8[] _healths, uint8[] _tribes)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CardsMinted(uint256 indexed start, address to, uint16[] protos, uint8[] qualities)
ClassPropertySet(bytes32 indexed key, bytes32 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProtoUpdated(uint16 indexed id)
QualityChanged(uint256 indexed tokenId, uint8 quality, address factory)
SeasonStarted(uint16 indexed id, string name, uint16 indexed low, uint16 indexed high)
TokenPropertySet(uint256 indexed id, bytes32 indexed key, bytes32 value)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _old, uint256 _batchSize, string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.