ForgeToken
Verified contract
Active on
Ethereum with 13,084 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8a5e…4e14
0x4ccb…054c
Balances ($0.00)
No balances found for "ForgeToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21165841 | 4 hours ago | | | 0 | 0.0056203020 | |
| 21165840 | 4 hours ago | | | 0 | 0.0058414354 | |
| 21165839 | 4 hours ago | | | 0 | 0.0057927440 | |
| 21165838 | 4 hours ago | | | 0 | 0.0055815747 | |
| 21165837 | 4 hours ago | | | 0 | 0.0058292255 | |
| 21165836 | 4 hours ago | | | 0 | 0.0037844075 | |
| 21165835 | 4 hours ago | | | 0 | 0.0057790976 | |
| 21165834 | 4 hours ago | | | 0 | 0.0057081940 | |
| 21165833 | 4 hours ago | | | 0 | 0.0060208361 | |
| 21165832 | 4 hours ago | | | 0 | 0.0061063759 |
ABI
ABI objects
Getter at block 21166946
dropDuration() view returns (uint256)
15768000
dropStartTime() view returns (uint256)
1697459400
metadataContract() view returns (address)
0x8a5e6b4a09bfe7159137544549b200eeb3e64e14
minterAddress() view returns (address)
0x86fed702bcaf26f0b41476a58d4e88242654146e
name() view returns (string)
ForgeToken
owner() view returns (address)
0x86fed702bcaf26f0b41476a58d4e88242654146e
reservedMints() view returns (uint256)
0
supplyLimit() view returns (uint256)
3333
symbol() view returns (string)
FORGE
totalSupply() view returns (uint256)
3292
Read-only
balanceOf(address _owner) view returns (uint256)
getApproved(uint256 _tokenId) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address)
supportsInterface(bytes4 interfaceID) pure returns (bool)
tokenAttributes(uint256 _tokenId) view returns (struct ForgeTokenTokenAttributes attributes)
tokenOfOwnerByIndex(address _owner, uint256 _index) view returns (uint24)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint24[])
usedNonces(uint256) view returns (bool)
State-modifying
Events approve(address _approved, uint256 _tokenId)
burn(uint256 _tokenId)
increaseSupplyLimit(uint256 _newSupplyLimit)
renounceOwnership()
safeMint(uint256 _nonce, address _to)
safeMint(uint256 _nonce, bytes _sig)
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _operator, bool _approved)
setDropDuration(uint256 _dropDuration)
setDropStartTime(uint256 _dropStartTime)
setMetadataContract(address _contractAddress)
setMinterAddress(address _newMinter)
setRandomizerContract(address _contractAddress)
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)
BurnXp(uint256 _tokenId, uint16 _amountBurned)
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.
This contract contains no error objects.