XtraCreditForge
Verified contract
Active on
Ethereum with 15 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 "XtraCreditForge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15315680 | 2 years ago | | | 0 | 0.0020413236 | |
| 14153391 | 3 years ago | | | 0 | 0.023289798 | |
| 14144102 | 3 years ago | | | 0 | 0.020900536 | |
| 14014816 | 3 years ago | | | 0 | 0.037445071 | |
| 13936453 | 3 years ago | | | 0 | 0.047262685 | |
| 13772836 | 3 years ago | | | 0 | 0.025896761 | |
| 13604101 | 3 years ago | | | 0 | 0.055120811 | |
| 13603795 | 3 years ago | | | 0 | 0.048134576 | |
| 13603141 | 3 years ago | | | 0 | 0.039325970 | |
| 13603051 | 3 years ago | | | 0 | 0.039155266 |
ABI
ABI objects
Getter at block 21204072 how_long_more() view returns (uint256 Days, uint256 Hours, uint256 Minutes, uint256 Seconds)
creator() view returns (address)
0x01ba93514e5eb642ec63e95ef7787b0edd403add
forge_start() view returns (uint256)
1636732800
getAdmins() view returns (address[] admins)
[]
mintedTokens() view returns (uint256[])
[1051, 1053, 1054, 1055, 1056, 1058, 1072, 1075, 1095, 1100]
owner() view returns (address)
0xbc28e36160fa592bea6ba851c43deae506a5ea1c
redemptionMax() view returns (uint16)
20
redemptionRate() view returns (uint16)
1
redemptionRemaining() view returns (uint16)
10
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.