GameOverForge
Verified contract
Active on
Ethereum with 26 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "GameOverForge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15315650 | 2 years ago | | | 0 | 0.0015349803 | |
| 14153358 | 3 years ago | | | 0 | 0.026146604 | |
| 14104792 | 3 years ago | | | 0 | 0.027926940 | |
| 14089055 | 3 years ago | | | 0 | 0.083809653 | |
| 14089046 | 3 years ago | | | 0 | 0.092385147 | |
| 14088435 | 3 years ago | | | 0 | 0.038425486 | |
| 14009797 | 3 years ago | | | 0 | 0.032355391 | |
| 13936436 | 3 years ago | | | 0 | 0.062551934 | |
| 13458600 | 3 years ago | | | 0 | 0.025939714 | |
| 13435956 | 3 years ago | | | 0 | 0.024484728 |
ABI
ABI objects
Getter at block 21204020 how_long_more() view returns (uint256 Days, uint256 Hours, uint256 Minutes, uint256 Seconds) mintedTokens() view returns (uint256[])
creator() view returns (address)
0x01ba93514e5eb642ec63e95ef7787b0edd403add
forge_start() view returns (uint256)
1634054400
getAdmins() view returns (address[] admins)
[]
owner() view returns (address)
0xbc28e36160fa592bea6ba851c43deae506a5ea1c
redemptionMax() view returns (uint16)
60
redemptionRate() view returns (uint16)
1
redemptionRemaining() view returns (uint16)
41
Read-only
balanceOf(address owner) view returns (uint256)
checkClaim(uint256 _tokenID) view returns (bool)
isAdmin(address admin) view returns (bool)
mintNumber(uint256 tokenId) view returns (uint256)
redeemable(address contract_, uint256 tokenId) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(address creator, uint256 tokenId) view returns (string)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events EmergencyAirdrop(address _to)
approveAdmin(address admin)
approveTransfer(address from, address to, uint256 tokenId) returns (bool)
drain(address _token)
forge(uint16 _checkToken, uint16 _checkToken2, uint16 _burnToken)
onERC721Received(address, address from, uint256 tokenId, bytes data) returns (bytes4)
recoverERC721(address contract_, uint256 tokenId)
renounceOwnership()
retrieve721(address _tracker, uint256 _id)
revokeAdmin(address admin)
setApproveTransfer(address creator, bool enabled)
setERC721Recoverable(address contract_, uint256 tokenId, address recoverer)
setTime(uint256 _time)
setup()
transferOwnership(address newOwner)
updateApprovedContracts(address[] contracts, bool[] approved)
updateApprovedTokenRanges(address contract_, uint256[] minTokenIds, uint256[] maxTokenIds)
updateApprovedTokens(address contract_, uint256[] tokenIds, bool[] approved)
AdminApproved(address indexed account, address indexed sender)
AdminRevoked(address indexed account, address indexed sender)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UpdateApprovedContracts(address[] contracts, bool[] approved)
UpdateApprovedTokenRanges(address contract_, uint256[] minTokenIds, uint256[] maxTokenIds)
UpdateApprovedTokens(address contract_, uint256[] tokenIds, bool[] approved)
airDropTo(address _receiver)
forgeWith(uint16 _checkToken, uint16 _checkToken2, uint16 _burnToken)
constructor(address _creator, uint16 redemptionRate, uint16 redemptionMax)
This contract contains no fallback and receive objects.
This contract contains no error objects.