Gods Unchained
Verified contract
Active on
Ethereum with 1,431 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x512f…4515
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
SET | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21019259 | a month ago | | | 0 | 0.00013721326 | |
| 20766796 | 2 months ago | | | 0 | 0.000052905740 | |
| 20566537 | 3 months ago | | | 0 | 0.000052668090 | |
| 20158882 | 5 months ago | | | 0 | 0.000080132929 | |
| 20158881 | 5 months ago | | | 0 | 0.000081231011 | |
| 20071867 | 5 months ago | | | 0 | 0.00049134211 | |
| 19777976 | 7 months ago | | | 0 | 0.00021784408 | |
| 19362577 | 9 months ago | | | 0 | 0.0050827092 | |
| 18914013 | a year ago | | | 0 | 0.00075780624 | |
| 18647139 | a year ago | | | 0 | 0.00046180953 |
ABI
ABI objects
Getter at block 21258367
InterfaceId_ERC165() view returns (bytes4)
0x01ffc9a7
NAME() view returns (string)
Gods Unchained
SYMBOL() view returns (string)
GODS
burnCount() view returns (uint256)
0
currentSeason() view returns (uint8)
0
getActiveCards() view returns (uint256)
603050
getBurnCount() view returns (uint256)
0
governor() view returns (address)
0x95b697e13f227d55ef4336f7aa762fe243eef590
name() view returns (string)
Gods Unchained
paused() view returns (bool)
false
protoCount() view returns (uint16)
399
symbol() view returns (string)
GODS
tokenMetadataBaseURI() view returns (string)
https://api.godsunchained.com/card/
totalSupply() view returns (uint256)
603050
Read-only
balanceOf(address _owner) view returns (uint256)
cards(uint256) view returns (uint16 proto, uint16 purity)
common(uint256) view returns (uint16)
epic(uint256) view returns (uint16)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 _tokenId) view returns (address)
getCard(uint256 id) view returns (uint16 proto, uint16 purity)
getLimit(uint16 id) view returns (uint64 limit, bool set)
getProto(uint16 id) view returns (bool exists, uint8 god, uint8 season, uint8 cardType, uint8 rarity, uint8 mana, uint8 attack, uint8 health, uint8 tribe)
getRandomCard(uint8 rarity, uint16 random) view returns (uint16)
getShine(uint16 purity) pure returns (uint8)
isApprovedForAll(address _owner, address _operator) view returns (bool)
isTradable(uint16 proto) view returns (bool)
legendary(uint256) view returns (uint16)
limits(uint16) view returns (uint64 limit, bool exists)
migrated(uint256) view returns (bool)
mythic(uint256) view returns (uint16)
ownerOf(uint256 _tokenId) view returns (address)
owns(address proposed, uint256 id) view returns (bool)
ownsAll(address proposed, uint256[] ids) view returns (bool)
packs(uint256) view returns (address)
rare(uint256) view returns (uint16)
seasonTradabilityLocked(uint8) view returns (bool)
seasonTradable(uint8) view returns (bool)
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 addMinion(uint16 externalID, uint8 god, uint8 rarity, uint8 mana, uint8 attack, uint8 health, uint8 tribe, bool packable) returns (uint16)
addPack(address approved)
addProto(uint16 externalID, uint8 god, uint8 rarity, uint8 mana, uint8 attack, uint8 health, uint8 cardType, uint8 tribe, bool packable) returns (uint16)
addProtos(uint16[] externalIDs, uint8[] gods, uint8[] rarities, uint8[] manas, uint8[] attacks, uint8[] healths, uint8[] cardTypes, uint8[] tribes, bool[] packable) returns (uint16)
addSpell(uint16 externalID, uint8 god, uint8 rarity, uint8 mana, bool packable) returns (uint16)
addWeapon(uint16 externalID, uint8 god, uint8 rarity, uint8 mana, uint8 attack, uint8 durability, bool packable) returns (uint16)
approve(address to, uint256 id)
approveAll(address to, uint256[] ids)
burn(uint256 id)
burnAll(uint256[] ids)
createCard(address owner, uint16 proto, uint16 purity) returns (uint256)
makePermanantlyTradable(uint8 season)
makeTradable(uint8 season)
makeUntradable(uint8 season)
migrate(uint256 id)
migrateAll(uint256[] ids)
nextSeason()
pause()
replaceProto(uint16 index, uint8 god, uint8 cardType, uint8 mana, uint8 attack, uint8 health, uint8 tribe)
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _to, bool _approved)
setGovernor(address _gov)
setLimit(uint16 id, uint64 limit)
transfer(address to, uint256 id) payable
transferAll(address to, uint256[] ids) payable
transferAllFrom(address from, address to, uint256[] ids)
transferFrom(address from, address to, uint256 id)
unpause()
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
CardCreated(uint256 indexed id, uint16 proto, uint16 purity, address owner)
NewProtoCard(uint16 id, uint8 season, uint8 god, uint8 rarity, uint8 mana, uint8 attack, uint8 health, uint8 cardType, uint8 tribe, bool packable)
Pause()
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
Unpause()
constructor(address previous)
This contract contains no fallback and receive objects.
This contract contains no error objects.