MetalCore Infantry
Verified contract
Active on
Ethereum with 10,581 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
INF | ERC-721 | 1 | -- | -- | |
INF | ERC-721 | 1 | -- | -- | |
INF | ERC-721 | 1 | -- | -- | |
INF | ERC-721 | 1 | -- | -- | |
INF | ERC-721 | 1 | -- | -- | |
INF | ERC-721 | 1 | -- | -- | |
INF | ERC-721 | 1 | -- | -- | |
INF | ERC-721 | 1 | -- | -- | |
INF | ERC-721 | 1 | -- | -- | |
INF | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21204098 | a day ago | | | 0 | 0.00050308646 | |
| 21203933 | a day ago | | | 0 | 0.00042756031 | |
| 21198820 | 2 days ago | | | 0 | 0.00057394479 | |
| 21198781 | 2 days ago | | | 0 | 0.00059918701 | |
| 21161282 | 7 days ago | | | 0 | 0.00066979990 | |
| 21157409 | 8 days ago | | | 0 | 0.00087452081 | |
| 21156026 | 8 days ago | | | 0 | 0.00057151632 | |
| 21147716 | 9 days ago | | | 0 | 0.00028874163 | |
| 21146195 | 9 days ago | | | 0 | 0.00040365985 | |
| 21146131 | 9 days ago | | | 0 | 0.00022831433 |
ABI
ABI objects
Getter at block 21213263
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
baseTokenURI() view returns (string)
https://nemesis-api.metalcore.gg/tokens/collection/62e42588d466ee6e099958d5/token/
name() view returns (string)
MetalCore Infantry
owner() view returns (address)
0x66026e445d36b60a506dbb9ab73309393694dd1f
paused() view returns (bool)
false
symbol() view returns (string)
INF
tokenId() view returns (uint256)
10000
totalSupply() view returns (uint256)
7478
Read-only
balanceOf(address owner) view returns (uint256)
blacklist(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinter(address _account) view returns (bool)
minterAllowances(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
userExpires(uint256 tokenId) view returns (uint256)
userOf(uint256 tokenId) view returns (address)
State-modifying
Events addBlacklist(address[] _accounts)
addMinter(address _account)
approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
decreaseAllowance(address _minter, uint256 _amount)
deleteDefaultRoyalty()
grantRole(bytes32 role, address account)
increaseAllowance(address _minter, uint256 _amount)
mint(address _account) returns (uint256 newTokenId)
mint(address _account, uint256 _tokenId)
mintBatch(address _account, uint256 _amount)
mintBatch(address _account, uint256[] _tokenIds)
pause()
removeBlacklist(address[] _accounts)
removeMinter(address _account)
renounceOwnership()
renounceRole(bytes32 role, address account)
resetTokenRoyalty(uint256 _tokenId)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseTokenURI)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setTokenRoyalty(uint256 _tokenId, address _receiver, uint96 _feeNumerator)
setUser(uint256 tokenId, address user, uint64 expires)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
LogAllowanceDecreased(address indexed minter, uint256 amount)
LogAllowanceIncreased(address indexed minter, uint256 amount)
LogBaseTokenURISet(string baseTokenURI)
LogBlacklistAdded(address indexed account)
LogBlacklistRemoved(address indexed account)
LogBurnt(uint256 indexed tokenId)
LogMinted(address indexed account, uint256 indexed tokenId)
LogMinterAdded(address indexed account)
LogMinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
UpdateUser(uint256 indexed tokenId, address indexed user, uint64 expires)
constructor(string _name, string _symbol, string _baseTokenURI, uint256 _lastTokenId)
This contract contains no fallback and receive objects.
ExceedMinterAllowance()
InvalidAddress()
InvalidAmount()
MathOverflow()
NoChangeToTheState()
NoMinterRole()
NotOwnerNorApproved()