Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "provatoken"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 3062073 | a year ago | | | 0 | 0.000000001865862030 |
ABI
ABI objects
Getter at block 22752179
DOMAIN_SEPARATOR() view returns (bytes32)
0x88fe9f766a621519bc837f87418aac705dfcbc28af1ad5aaedab3f193a5083cb
decimals() view returns (uint8)
18
name() view returns (string)
provatoken
symbol() view returns (string)
pRTK
totalSupply() view returns (uint256)
100000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(string _name, string _symbol, uint256 _maxSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.