Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "AOYT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6424663 | 6 years ago | | | 0 | 0.0013269900 | |
| 6424623 | 6 years ago | | | 0 | 0.0018519900 | |
| 6423917 | 6 years ago | | | 0 | 0.0018519900 | |
| 6413474 | 6 years ago | | | 0 | 0.0018519900 | |
| 6400260 | 6 years ago | | | 0 | 0.00080199000 | |
| 6400259 | 6 years ago | | | 0 | 0.0018519900 | |
| 6397070 | 6 years ago | | | 0 | 0.00034180200 | |
| 6397012 | 6 years ago | | | 0 | 0.0013292300 | |
| 6396971 | 6 years ago | | | 0 | 0.00034180200 | |
| 6396022 | 6 years ago | | | 0 | 0.0013269900 |
ABI
ABI objects
Getter at block 21286147
buyPrice() view returns (uint256)
0
decimals() view returns (uint8)
18
exchange() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
AOYT
owner() view returns (address)
0x45352606cd65cbc2afdff50c7d861d6fd5d2fa7a
paused() view returns (bool)
false
sellPrice() view returns (uint256)
0
symbol() view returns (string)
AOYT
totalSupply() view returns (uint256)
210000000000000000000000000
version() view returns (string)
1.0.0
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
batchExchange(address[] _senders) returns (bool)
batchTransfer(address[] _receivers, uint256 _value) returns (bool)
buy() payable returns (uint256 amount)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
freezeAccount(address _target, bool freeze)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
pause()
sell(uint256 amount) returns (uint256 revenue)
setExchange(address _target)
setPrices(uint256 newSellPrice, uint256 newBuyPrice)
toExchange(address _sender) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferExchange(uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
FrozenFunds(address target, bool frozen)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
fallback()
This contract contains no error objects.