This contract is being backfilled. You may encounter incomplete storage history.

AirTor Protocol

Verified contract

Active on Base with 5 txns
Deployed by via 0xd1f5af5a at 13944371
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "AirTor Protocol"

0x7b05d98d8bbfc83ea70ae3655b4209f916c208c276939540b52c7c91439785b0
0xaec22c902bb25bdac6ee3b227928d610c04a2e967a621b51cfca9227527dc9b0
0x06cd2664591921fb3c4da04ff9c04d64b873d8c76d17b16ec1c508f17c83f20f
0x997de77a631cf6ccbcc176235ff6f1f769977553f80ea6c4ec23fbd95ede0d3a
0x3d47adfabd76c8587d67e74ce23fba72259969368e10c51bd7413123cae76c35

Functions
Getter at block 23183543
decimals(view returns (uint8)
18
name(view returns (string)
AirTor Protocol
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
ATOR
totalSupply(view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account