DerpNationGames
Verified contract
Active on
Ethereum with 275 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "DerpNationGames"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16379773 | 2 years ago | | | 0 | 0.0011919754 | |
| 16092972 | 2 years ago | | | 0 | 0.00059760831 | |
| 16048155 | 2 years ago | | | 0 | 0.00054680226 | |
| 15786442 | 2 years ago | | | 0 | 0.00079833139 | |
| 15754554 | 2 years ago | | | 0 | 0.00071969492 | |
| 15707568 | 2 years ago | | | 0 | 0.0013492881 | |
| 15684790 | 2 years ago | | | 0 | 0.00029843859 | |
| 15673606 | 2 years ago | | | 0 | 0.00027699000 | |
| 15666791 | 2 years ago | | | 0 | 0.00060819974 | |
| 15665887 | 2 years ago | | | 0 | 0.00039845141 |
ABI
ABI objects
Getter at block 21221366
_derpNationAddress() view returns (address)
0x06a07a3911dab4507dd44cd97e30c3267d4a9c63
_gameId() view returns (uint256)
1
_pixelPawnAddress() view returns (address)
0xe17ebbd2dbf998ca4d24242f09b20db24a2fb586
_saveId() view returns (uint256)
11
_whitelistBlocks() view returns (uint256)
3456
owner() view returns (address)
0x00f6426fd5215b0c9a2bfc66d49fa5909fab7701
Read-only
_games(uint256) view returns (uint256 price, uint256 startBlock, bytes32 dataHash, uint256 currentSupply, uint256 maxSupply, address creator, uint16 version)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
checkClaim(uint256 currentGameId, uint256 derpNationId) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
maxSupply(uint256 currentGameId) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 currentGameId) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events createGame(uint256 price, uint256 startBlock, bytes32 dataHash, uint256 maxSupply, address creator) returns (uint256)
deposit() payable
mint(uint256 currentGameId, uint256[] derpNationIds, bool presale) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
saveGame(uint256 currentGameId, uint16 version, string note, bytes data1, bytes data2, bytes data3, bytes data4)
setApprovalForAll(address operator, bool approved)
transferOwnership(address newOwner)
updateGame(uint256 currentGameId, uint256 startBlock, bytes32 dataHash, address creator)
updatePixelPawnAddress(address pp)
updateURI(string newuri)
updateWhitelistAddress(address wl)
uploadGame(uint256 currentGameId, string name, string desc, bytes data)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SaveGame(uint256 indexed gameId, uint16 version, uint256 indexed saveId)
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)
UploadGame(uint256 indexed gameId, uint16 version)
constructor()
fallback()
receive()
This contract contains no error objects.