ImperialGuild
Verified contract
Active on
Ethereum with 549 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0e74…8310
0x145b…1f9c
0x0e74…8310
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x145b…1f9c | ERC-1555 | 98.48M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20748100 | 3 months ago | | | 0 | 0.000052182896 | |
| 20746367 | 3 months ago | | | 0 | 0.000055973328 | |
| 20272865 | 5 months ago | | | 0 | 0.00015813618 | |
| 20184516 | 6 months ago | | | 0 | 0.0013180701 | |
| 20008159 | 6 months ago | | | 0 | 0.00033262464 | |
| 19687698 | 8 months ago | | | 0 | 0.00020844463 | |
| 19530908 | 8 months ago | | | 0 | 0.0010531391 | |
| 19125218 | 10 months ago | | | 0 | 0.00092856268 | |
| 19056841 | a year ago | | | 0 | 0.00072260401 | |
| 18721567 | a year ago | | | 0 | 0.0020196193 |
ABI
ABI objects
Getter at block 21391746
ImperialGuildTax() view returns (uint256)
20
auth() view returns (address)
0x528d181ef113b1ea48a82df9f2778abbf2fef7ad
eon() view returns (address)
0x0e74417b5a86bb99e6bd27cd4ef8772c8eea8310
eonToken() view returns (address)
0x0e74417b5a86bb99e6bd27cd4ef8772c8eea8310
multiplier() view returns (uint256)
1000000000000000000
owner() view returns (address)
0x528d181ef113b1ea48a82df9f2778abbf2fef7ad
paused() view returns (bool)
false
raw() view returns (address)
0x145b250cce77604209e52f9cabbb408721f01f9c
Read-only
balanceOf(address, uint256) view returns (uint256)
balanceOfBatch(address[] owners, uint256[] ids) view returns (uint256[] balances)
getBalance(address account, uint256 id) view returns (uint256)
getInfoForType(uint256 typeId) view returns (struct ImperialGuildTypeInfo)
isApproved(address account, address operator) view returns (bool)
isApprovedForAll(address, address) view returns (bool)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) pure returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) pure returns (bytes4)
supportsInterface(bytes4 interfaceId) pure returns (bool)
traitData(uint256) view returns (string name, string png)
uri(uint256 typeId) view returns (string)
State-modifying
Events addAdmin(address addr)
burn(uint256 typeId, uint16 qty, address burnFrom)
handlePayment(uint256 amount)
mint(uint256 typeId, uint256 paymentId, uint16 qty, address recipient)
removeAdmin(address addr)
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)
setContracts(address _eon, address _raw)
setExchangeAmt(uint256 typeId, uint256 exchangeAmt, uint256 secExchangeAmt)
setPaused(bool _paused)
setTreasuries(address _treasury)
setType(uint256 typeId, uint16 maxSupply)
uploadImage(uint256 typeId, struct ImperialGuildImage image)
withdrawEonAndBurn()
withdrawRawAndBurn(uint16 id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Paused(address account)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] amounts)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 amount)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.