Forkers
Verified contract
Active on
Ethereum with 15,438 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 "Forkers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18988907 | a year ago | | | 0 | 0.00034743320 | |
| 18904177 | a year ago | | | 0 | 0.00062893828 | |
| 18402827 | a year ago | | | 0 | 0.00029761977 | |
| 18174481 | a year ago | | | 0 | 0.00025203330 | |
| 17608120 | a year ago | | | 0 | 0.00063193147 | |
| 17566975 | a year ago | | | 0 | 0.00055427777 | |
| 17457933 | a year ago | | | 0 | 0.00095435718 | |
| 17362755 | a year ago | | | 0 | 0.0015657381 | |
| 17054893 | 2 years ago | | | 0 | 0.0012581483 | |
| 16703740 | 2 years ago | | | 0 | 0.0012486653 |
ABI
ABI objects
Getter at block 21290303
devMinted() view returns (bool)
true
gameContract() view returns (address)
0xe1170da88ec0f2112d435b54490c35446684a9bd
getMintData() view returns (uint16, uint16)
(5000, 5000)
merged() view returns (bool)
true
name() view returns (string)
Forkers
owner() view returns (address)
0x9783f7c707a61bde9448187629e725e1dfb7fd7a
symbol() view returns (string)
FORK
totalSupply() view returns (uint256)
5000
Read-only
attributePoints(bytes32) view returns (uint64)
balanceOf(address owner) view returns (uint256)
canMint(address _address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getAttributePointsFor(address _address) view returns (uint64)
getRefCode(address _address) pure returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events DIEFORKER(uint256 token)
approve(address to, uint256 tokenId)
devMint()
mint(uint8 typeOf, bytes32 refCode)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string base)
setGameContract(address _contract)
setMerged(bool _state)
setThisChain(uint8 chain)
spendAttributePoints(address _address)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
AuxQueryForZeroAddress()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedOutThisType()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()