Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WLM | ERC-20 | 66 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11917551 | 4 years ago | | | 0 | 0.0065238250 | |
| 11917548 | 4 years ago | | | 0 | 0.0058155240 | |
| 11917548 | 4 years ago | | | 0 | 0.0054409820 | |
| 11917548 | 4 years ago | | | 0 | 0.0046225960 | |
| 11917548 | 4 years ago | | | 0 | 0.0056664080 | |
| 11917548 | 4 years ago | | | 0 | 0.0058900820 | |
| 11843834 | 4 years ago | | | 0 | 0.0036760350 | |
| 11843821 | 4 years ago | | | 0 | 0.0055938530 | |
| 11825148 | 4 years ago | | | 0 | 0.0058136520 | |
| 11825145 | 4 years ago | | | 0 | 0.0048819770 |
ABI
ABI objects
Getter at block 21399556
INITIAL_SUPPLY() view returns (uint256)
0
decimals() view returns (uint256)
18
getBurnDelegates() view returns (address[])
[0x384d6A6033Bb6eD7C57A2bF0a60C4486DdC80514]
getMintDelegates() view returns (address[])
[0x710B9561178632333649B4F41f953F978b6233BD]
name() view returns (string)
PMC
owner() view returns (address)
0x22f6eb500668e60628a5c55626d6f1136d13cca4
symbol() view returns (string)
PMC
totalSupply() view returns (uint256)
100100000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
approveBurnDelegate(address _burnDelegate) returns (bool)
approveMintDelegate(address _mintDelegate) returns (bool)
burn(uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(uint256 _amount) returns (bool)
revokeBurnDelegate(address _burnDelegate) returns (bool)
revokeMintDelegate(address _mintDelegate) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
ApproveBurnDelegate(address indexed burnDelegate)
ApproveMintDelegate(address indexed mintDelegate)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RevokeBurnDelegate(address indexed burnDelegate)
RevokeMintDelegate(address indexed mintDelegate)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.