CompliantTokenSwitch
Verified contract
Active on
Ethereum with 1,410 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb02b…4ec9
Balances ($0.00)
No balances found for "CompliantTokenSwitch"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15389731 | 2 years ago | | | 0 | 0.00071474845 | |
| 15389490 | 2 years ago | | | 0 | 0.00080704834 | |
| 15012017 | 2 years ago | | | 0 | 0.00088428290 | |
| 15011836 | 2 years ago | | | 0 | 0.0010604620 | |
| 13681585 | 3 years ago | | | 0 | 0.0054279177 | |
| 12281866 | 4 years ago | | | 0 | 0.0073483441 | |
| 12248588 | 4 years ago | | | 0 | 0.0055717480 | |
| 12172729 | 4 years ago | | | 0 | 0.0039974400 | |
| 12164350 | 4 years ago | | | 0 | 0.0044428000 | |
| 12016480 | 4 years ago | | | 0 | 0.0057633521 |
ABI
ABI objects
Getter at block 21264712
currentNonce() view returns (uint256)
0
decimals() view returns (uint8)
18
feeRecipient() view returns (address)
0xe849977f05b004fb920cb1e4a64a47e7bcb4aee9
mintingFinished() view returns (bool)
false
name() view returns (string)
Autonomy Chain Token
owner() view returns (address)
0xc87b55ddbbadc1754d491a40411b6afaee13564a
symbol() view returns (string)
ATNMY
tokenSwitch() view returns (bool)
true
totalSupply() view returns (uint256)
4500000000000000000000000000
transferFee() view returns (uint256)
0
validator() view returns (address)
0x31dd2600324bb8e21ac298ab3b658e0ca2c9b7fb
whiteListingContract() view returns (address)
0xb02b6ad189e8888e3203e05c4de558e632a74ec9
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
pendingApprovalAmount(address, address) view returns (uint256)
pendingTransactions(uint256) view returns (address from, address to, uint256 value, uint256 fee, address spender)
State-modifying
Events activateTokenSwitch()
approve(address _spender, uint256 _value) returns (bool)
approveTransfer(uint256 nonce)
bulkApproveTransfers(uint256[] nonces) returns (bool)
bulkRejectTransfers(uint256[] nonces, uint256[] reasons)
deactivateTokenSwitch()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
rejectTransfer(uint256 nonce, uint256 reason)
setFee(uint256 fee)
setFeeRecipient(address recipient)
setNewValidator(address newValidator)
setWhitelistContract(address whitelistAddress)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
updateName(string _name)
updateSymbol(string _symbol)
Approval(address indexed owner, address indexed spender, uint256 value)
FeeRecipientSet(address indexed previousRecipient, address indexed newRecipient)
FeeSet(uint256 indexed previousFee, uint256 indexed newFee)
Mint(address indexed to, uint256 amount)
MintFinished()
NewValidatorSet(address indexed previousOwner, address indexed newValidator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RecordedPendingTransaction(address indexed from, address indexed to, uint256 value, uint256 fee, address indexed spender, uint256 nonce)
TokenSwitchActivated()
TokenSwitchDeactivated()
Transfer(address indexed from, address indexed to, uint256 value)
TransferRejected(address indexed from, address indexed to, uint256 value, uint256 indexed nonce, uint256 reason)
TransferWithFee(address indexed from, address indexed to, uint256 value, uint256 fee)
WhiteListingContractSet(address indexed _whiteListingContract)
constructor(address _owner, string _name, string _symbol, uint8 _decimals, address whitelistAddress, address recipient, uint256 fee)
This contract contains no fallback and receive objects.
This contract contains no error objects.