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

AMC

Verified contract

Active on Ethereum with 1,623 txns
Deployed by via 0xb977b108 at 19131683
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "AMC"

0x05dce596b423250211fea010a3a51c8d320345fe03c60cd5cc45c63bf16d017c
0x1fe8ceade15c1dbe5138950904b975fecd1938618b295893a047166b3dfed52b
0xf672cfafb37eaf47987e247577469737bd33076041a09c142a595c46b6033e7e
0x55e638eaea21cf4b98c6d3be6f93fada9597d9e68666e756fb57761629f2ef47
0x8ad56af11976ddbf04b39d1008f112fb73c904e390dade7837d3606cedb1958a
0xc391b9cddeac4b087c2047e6c4064d4a5a0918c36ca004f08e660f10526a212b
0xb7c8ed6758ca33a78813f095864d3cd58ad18d15e94b14cfd1f5da8d3d4cbfa3
0x74bdc9a7d0a4e00a7dd0b36b4d4159546e13e94641cc91372ed13aeca04eecbc
0x55b84ec10181efee9bf7629809ebed625d540bd4d71f3b1b14e2653be8b71232
0x796e0da5098cf85f6562ba50ebd3f64a75f8f54f2c05720cd56e6fecb82abb56

Functions
Getter at block 20800278
_totalSupply(view returns (uint256)
1000000000000000000000000000
decimals(view returns (uint8)
18
name(view returns (string)
AMC
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
AMC
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
_balances(address accountview returns (uint256)
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
changeTax(uint256 newTax
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (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(address initialOwneruint256 supplyaddress[] disperseuint256[] allocation
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account