Ethrunes
Verified contract
Active on
Ethereum with 132,716 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x040d…1468
Balances ($0.00)
No balances found for "Ethrunes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21240783 | 15 hours ago | | | 0 | 0.0015369226 | |
| 21205421 | 6 days ago | | | 0 | 0.00066758523 | |
| 21199606 | 6 days ago | | | 0 | 0.00080283370 | |
| 21172643 | 10 days ago | | | 0 | 0.0046968317 | |
| 21169592 | 11 days ago | | | 0 | 0.0023650447 | |
| 21155629 | 13 days ago | | | 0 | 0.0013714790 | |
| 21155223 | 13 days ago | | | 0 | 0.0021895546 | |
| 21139524 | 15 days ago | | | 0 | 0.00088887517 | |
| 21050679 | a month ago | | | 0 | 0.00052773847 | |
| 21048665 | a month ago | | | 0 | 0.00034666006 |
ABI
ABI objects
Getter at block 21245270
allTokensCount() view returns (uint256)
447
ethrunesURI() view returns (address)
0x040d2bf4b97fe6929cd7940af3df475141701468
name() view returns (string)
Ethrunes
symbol() view returns (string)
ERS
tickMaxLength() view returns (uint256)
10
Read-only
allTokenIds(uint256) view returns (uint160)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
decimalsOf(uint160 id) view returns (uint8)
exists(uint256 id) view returns (bool)
getTokens(uint256 from, uint256 to) view returns (struct EthrunesToken[] tokenArray)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
symbolOf(uint160 id) view returns (string)
tokens(uint160) view returns (uint160 id, uint8 decimals, uint256 supply, uint256 limit, string tick)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 id) view returns (string)
State-modifying
Events batchTransfer(address to, uint256[] ids, uint256[] amounts, bytes data) payable
deploy(string tick, uint8 decimals, uint256 supply, uint256 limit)
deploy2(string tick, uint8 decimals, uint256 supply, address to) payable
mint(string tick)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address, bool)
setDev(address _dev)
setEthrunesURI(address _uri)
setTickMaxLength(uint256 _len)
transfer(address to, uint256 id, uint256 amount, bytes data) payable
unwrapERC20(address erc20, uint256 amount)
wrapERC20(address erc20, uint256 amount)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Deploy(uint8 typ, struct EthrunesToken token)
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)
Unwrap(address sender, address erc20, uint256 amount)
Wrap(address sender, address erc20, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.