Frontier
Verified contract
Active on
Ethereum with 30,335 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x21ff…32ee
Balances ($0.00)
No balances found for "Frontier"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21252354 | 17 hours ago | | | 0 | 0.00058025252 | |
| 21238075 | 3 days ago | | | 0 | 0.00094007797 | |
| 21216405 | 6 days ago | | | 0 | 0.00081464911 | |
| 21216402 | 6 days ago | | | 0 | 0.0013848020 | |
| 21211903 | 6 days ago | | | 0 | 0.00036037484 | |
| 21211900 | 6 days ago | | | 0 | 0.00034854642 | |
| 21211898 | 6 days ago | | | 0 | 0.00036808559 | |
| 21211492 | 6 days ago | | | 0 | 0.00041057452 | |
| 21169961 | 12 days ago | | | 0 | 0.0012598809 | |
| 21169515 | 12 days ago | | | 0 | 0.0013206912 |
ABI
ABI objects
Getter at block 21257480
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
OWNER_ROLE() view returns (bytes32)
0xb19546dff01e856fb3f010c267a7b1c60363cf8a4664e21cc89c26224620214e
contractURI() view returns (string)
QmdqrVASguJRJHAzbfys3xdfbhLCTyKogGNyQiDQeNSgss
name() view returns (string)
Frontier
owner() view returns (address)
0x98f71381b77810b2f3accd3125a7baeceeb9105f
royaltyAddress() view returns (address)
0x21ff1ac88a4a7c07c7573132f976d05b259632ee
symbol() view returns (string)
FRONTIER
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getRaribleV2Royalties(uint256 id) view returns (struct LibPartPart[])
isAdmin(address) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256) view returns (string)
uri(uint256 _id) view returns (string)
State-modifying
Events addAdmin(address _address)
burn(uint256 _id, uint256 _amount)
burnBatch(uint256[] _ids, uint256[] _amounts)
burnForMint(address _from, uint256[] _burnIds, uint256[] _burnAmounts, uint256[] _mintIds, uint256[] _mintAmounts)
mint(address _to, uint256 _id, uint256 _amount)
mintBatch(address _to, uint256[] _ids, uint256[] _amounts)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setURI(uint256 _id, string _uri)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
RoyaltiesSet(uint256 tokenId, struct LibPartPart[] royalties)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.