Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,084.34)
Native
Value
$2,084.34
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.57 | $3,656.73 |
$2,084.34 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19774921 | 7 months ago | | | 0 | 0.00041960966 | |
| 19727026 | 7 months ago | | | 0 | 0.00026989850 | |
| 19717386 | 7 months ago | | | 0 | 0.00025365896 | |
| 19534175 | 8 months ago | | | 0 | 0.0018223983 | |
| 19174192 | 10 months ago | | | 0 | 0.0010622515 | |
| 19160978 | 10 months ago | | | 0 | 0.00037969966 | |
| 19126702 | 10 months ago | | | 0 | 0.0016104871 | |
| 18558019 | a year ago | | | 0 | 0.0014685688 | |
| 18549969 | a year ago | | | 0 | 0.0017882833 | |
| 18478694 | a year ago | | | 0 | 0.0010889954 |
ABI
ABI objects
Getter at block 21313349
owner() view returns (address)
0x11f7a507f9c60455aba92ae6094c3ec10f8ec4c5
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
cardRound(uint32) view returns (uint32)
cardsSold(uint32) view returns (uint32)
getCollection(address user) view returns (uint32[], string[])
isApprovedForAll(address account, address operator) view returns (bool)
saleRounds(uint256) view returns (uint256 price, uint32 quantity, uint32 timestamp, bool whitelist, string uri)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 id) view returns (string)
State-modifying
Events froze()
mint(uint32 quantity, bytes32 hash, uint8 _v, bytes32 _r, bytes32 _s) payable
renounceOwnership()
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)
setConfigs(bool _isMintStarted, uint32 _userMintLimitPerRound)
setRounds(struct GangWarsSaleRound[] rounds)
transferOwnership(address newOwner)
withdrawEther(uint256 amount, address to)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
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(string _uri, struct GangWarsSaleRound[] rounds)
receive()
This contract contains no error objects.