Walletreum
Verified contract
Active on
Ethereum with 3,212 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 140 | $1.001 |
$140.14 | |
WALT | ERC-20 | 742.012563 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20608889 | 3 months ago | | | 0 | 0.000034675342 | |
| 20608567 | 3 months ago | | | 0 | 0.000046455583 | |
| 20566061 | 3 months ago | | | 0 | 0.000042644355 | |
| 20565787 | 3 months ago | | | 0 | 0.000060181628 | |
| 20558090 | 3 months ago | | | 0 | 0.000023879081 | |
| 20357843 | 4 months ago | | | 0 | 0.00042252030 | |
| 19991463 | 6 months ago | | | 0 | 0.00033513300 | |
| 19837090 | 6 months ago | | | 0 | 0.000092240888 | |
| 19821365 | 7 months ago | | | 0 | 0.00012016161 | |
| 19752420 | 7 months ago | | | 0 | 0.00011933899 |
ABI
ABI objects
Getter at block 21261617
decimals() view returns (uint8)
18
name() view returns (string)
Walletreum
symbol() view returns (string)
WALT
totalSupply() view returns (uint256)
500050000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
renounceMinter()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.