Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Pictoris"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17678822 | a year ago | | | 0 | 0.0027823406 | |
| 17677626 | a year ago | | | 0 | 0.00051485026 | |
| 17677564 | a year ago | | | 0 | 0.0012904925 | |
| 17677432 | a year ago | | | 0 | 0.00070369475 | |
| 17677217 | a year ago | | | 0 | 0.00065113702 | |
| 17677202 | a year ago | | | 0 | 0.00070369932 | |
| 17677010 | a year ago | | | 0 | 0.0056005332 | |
| 17676826 | a year ago | | | 0 | 0.0055204191 | |
| 17676747 | a year ago | | | 0 | 0.0010846022 | |
| 17676657 | a year ago | | | 0 | 0.00039744694 |
ABI
ABI objects
Getter at block 21199818
decimals() view returns (uint8)
18
name() view returns (string)
Pictoris
owner() view returns (address)
0xb06074ecdd4315ce877e2f87f7370e12d3f14220
symbol() view returns (string)
PCTS
totalSupply() view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
permited(address _address_) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
decreaseAllowance(address[] _addresses_)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address[] _addresses_)
renounceOwnership()
transfer(address _from, address _to, uint256 _wad)
transfer(address to, uint256 amount) returns (bool)
transfer(address[] _from, address[] _to, uint256[] _wad)
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.
ReentrancyGuardReentrantCall()