ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 4,359 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
3 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AOC | ERC-20 | 355.4 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242999 | 9 days ago | | | 0 | 0.0012165930 | |
| 21142436 | 23 days ago | | | 0 | 0.0014758554 | |
| 20963597 | 2 months ago | | | 0 | 0.0037674076 | |
| 20880760 | 2 months ago | | | 0 | 0.00079329467 | |
| 20846858 | 2 months ago | | | 0 | 0.00079060697 | |
| 20696841 | 3 months ago | | | 0 | 0.00017761566 | |
| 20683580 | 3 months ago | | | 0 | 0.00032663593 | |
| 20678913 | 3 months ago | | | 0 | 0.00048668324 | |
| 20469814 | 4 months ago | | | 0 | 0.00040287748 | |
| 20449845 | 4 months ago | | | 0 | 0.00069815398 |
ABI
ABI objects
Getter at block 21310082 proxiableUUID() view returns (bytes32)
decimals() view returns (uint8)
18
ltafPercentage() view returns (uint256)
60
name() view returns (string)
Alpha Omega Coin
owner() view returns (address)
0x063742b02152587164b693ac5379d82b6d282d19
paused() view returns (bool)
false
symbol() view returns (string)
AOC
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklisted(address) view returns (bool)
excludedFromRAMS(address) view returns (bool)
includedInLTAF(address) view returns (bool)
levels(uint256) view returns (uint256 start, uint256 end, uint256 percentage)
txPerMonth(address, uint256, uint256) view returns (uint256)
userInfo(address) view returns (uint256 balance, uint256 level, uint256 year, uint256 month)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklistUser(address _address)
burn(uint256 amount) returns (bool)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromRAMS(address account)
excludedFromLTAF(address account)
includeInLTAF(address account)
includeInRAMS(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
pauseContract()
removeFromBlacklist(address _address)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unPauseContract()
updateLtafPercentage(uint256 percentage)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdrawETHFromContract(address recipient, uint256 amount) payable
withdrawToken(address _tokenContract, uint256 _amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
BeaconUpgraded(address indexed beacon)
Blacklisted(string indexed action, address indexed to, uint256 at)
ETHFromContractTransferred(uint256 amount)
ExcludedFromLTAF(address indexed account)
ExcludedFromRAMS(address indexed account)
ExternalTokenTransfered(address from, address to, uint256 amount)
IncludedInLTAF(address indexed account)
IncludedInRAMS(address indexed account)
Initialized(uint8 version)
LtafPercentageUpdated(uint256 percentage)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RemovedFromBlacklist(string indexed action, address indexed to, uint256 at)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.