PAVIA

Verified contract

Active on Ethereum with 84 txns
Deployed by via 0xe55ee04b at 18927317
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "PAVIA"

0xa223660c262d67eb16a6c7d1ce6cf82f97a3e90bd8227953a722c992888586c9
0xa9c349ca6e651967927f85448f5e343a96b1055aceca4a8df0f041ac9948d58a
0x597988d7eb8dca079f1594d4f7f8eaef038827447c01558a32dffa39732566f1
0x7c0cf2182b91f5ce4058faafaa1f5a7bf90393db18cf28a7acda0c562d1b3e57
0x11436981f2421cb226867cedb5f2a674453fbab72e5ff74dcb6038d697757112
0xd120bc2cae258de66dd968f4d778d0db4ab591dcbf355c857883061a7817b64a
0x8441dd7018fef89ba1d280c2349e5961d3b1c64f0a4b61936e477801b4ffb9f0
0x69c8c9fd7d3ecea8c5f2c9bdc95407ea58fc6989da1997aecfe4d9be4c355498
0xb07cff049bd43fdd3309dbab0eb5fa640ea199c12b67d70664acbe1c481b2b56
0x95cbab3443a5842e9ec3fd4c22d5d33ae195969e7a63f0104b3fa4d7f809460d

Functions
Getter at block 21424630
decimals(view returns (uint8)
18
name(view returns (string)
PAVIA
symbol(view returns (string)
PAVIA
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_uint8 decimals_uint256 initialBalance_bytes signature_address feeReceiver_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender