AVigilantEyeForge
Verified contract
Active on
Ethereum with 33 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 "AVigilantEyeForge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15315639 | 2 years ago | | | 0 | 0.0014487842 | |
| 14153349 | 3 years ago | | | 0 | 0.028291351 | |
| 14088977 | 3 years ago | | | 0 | 0.096834254 | |
| 14088960 | 3 years ago | | | 0 | 0.083718384 | |
| 14088423 | 3 years ago | | | 0 | 0.051402675 | |
| 14047875 | 3 years ago | | | 0 | 0.042865745 | |
| 13936421 | 3 years ago | | | 0 | 0.048422756 | |
| 13846886 | 3 years ago | | | 0 | 0.019361634 | |
| 13840313 | 3 years ago | | | 0 | 0.021039048 | |
| 13812800 | 3 years ago | | | 0 | 0.022413836 |
ABI
ABI objects
Getter at block 21204029 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)
1632931200
getAdmins() view returns (address[] admins)
[]
owner() view returns (address)
0xbc28e36160fa592bea6ba851c43deae506a5ea1c
redemptionMax() view returns (uint16)
83
redemptionRate() view returns (uint16)
1
redemptionRemaining() view returns (uint16)
60
surprise() view returns (string)
https://youtu.be/402OrPvfYlU?t=2575
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)
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.