Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.41)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MVL | ERC-20 | 104 | $0.00398 |
$0.41 | |
PAB+ | ERC-20 | 3M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12521328 | 3 years ago | | | 0 | 0.0015570240 | |
| 7041278 | 6 years ago | | | 0 | 0.0010494000 | |
| 7041275 | 6 years ago | | | 0 | 0.0010494000 | |
| 7041273 | 6 years ago | | | 0 | 0.0010494000 | |
| 7041272 | 6 years ago | | | 0 | 0.0010494000 | |
| 7041270 | 6 years ago | | | 0 | 0.0010494000 | |
| 7041268 | 6 years ago | | | 0 | 0.00074940000 | |
| 7041263 | 6 years ago | | | 0 | 0.0010494000 | |
| 6907606 | 6 years ago | | | 0 | 0.00020988000 | |
| 6498065 | 6 years ago | | | 0 | 0.00021013600 |
ABI
ABI objects
Getter at block 21189382
INITIAL_SUPPLY() view returns (uint256)
186000000000000000000000000000
decimals() view returns (uint256)
18
name() view returns (string)
PabloPlus
owner() view returns (address)
0x586a115cd71f8e6dfb48c1b47a0ff085e8fa9121
paused() view returns (bool)
false
symbol() view returns (string)
PAB+
totalSupply() view returns (uint256)
186000000000000000000000000000
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)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.