Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($121.70)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PUMLx | ERC-20 | 24.872K | $0.004848 |
$120.58 | |
OPUL | ERC-20 | 14 | $0.080414 |
$1.13 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246594 | 5 hours ago | | | 0 | 0.00037172741 | |
| 21246448 | 5 hours ago | | | 0 | 0.00092821787 | |
| 21246338 | 6 hours ago | | | 0 | 0.00070038641 | |
| 21243312 | 16 hours ago | | | 0 | 0.00072410739 | |
| 21242312 | 19 hours ago | | | 0 | 0.00047525395 | |
| 21240354 | a day ago | | | 0 | 0.00048836455 | |
| 21237530 | a day ago | | | 0 | 0.00046077033 | |
| 21237397 | a day ago | | | 0 | 0.00097252345 | |
| 21236083 | 2 days ago | | | 0 | 0.0010281313 | |
| 21234615 | 2 days ago | | | 0 | 0.00031572562 |
ABI
ABI objects
Getter at block 21248054
decimals() view returns (uint8)
18
name() view returns (string)
PUMLx
owner() view returns (address)
0x7ca3efcaff6c1ca6ae22bca261f9641d38574226
symbol() view returns (string)
PUMLx
totalSupply() view returns (uint256)
495142857999999999999000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events 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)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.