FreshMeatForge
Verified contract
Active on
Ethereum with 20 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 "FreshMeatForge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15315658 | 2 years ago | | | 0 | 0.0019519325 | |
| 14153380 | 3 years ago | | | 0 | 0.019891605 | |
| 14089140 | 3 years ago | | | 0 | 0.088144957 | |
| 14088732 | 3 years ago | | | 0 | 0.050970301 | |
| 14087643 | 3 years ago | | | 0 | 0.027003040 | |
| 14015114 | 3 years ago | | | 0 | 0.032252795 | |
| 13936444 | 3 years ago | | | 0 | 0.055464917 | |
| 13655114 | 3 years ago | | | 0 | 0.030731632 | |
| 13602741 | 3 years ago | | | 0 | 0.046057475 | |
| 13577729 | 3 years ago | | | 0 | 0.051043349 |
ABI
ABI objects
Getter at block 21204045 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)
1635350400
getAdmins() view returns (address[] admins)
[]
owner() view returns (address)
0xbc28e36160fa592bea6ba851c43deae506a5ea1c
redemptionMax() view returns (uint16)
40
redemptionRate() view returns (uint16)
1
redemptionRemaining() view returns (uint16)
26
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.