AIDUS TOKEN
Verified contract
Active on
Ethereum with 4,107 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AIDUS | ERC-20 | 243.493119K | -- | -- | |
AIDUS | ERC-20 | 243.493119K | -- | -- | |
C4Y | ERC-20 | 1.5K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20889628 | a month ago | | | 0 | 0.00020456543 | |
| 20452830 | 3 months ago | | | 0 | 0.000051900000 | |
| 18283019 | a year ago | | | 0 | 0.00038953504 | |
| 18075938 | a year ago | | | 0 | 0.00048829848 | |
| 18075913 | a year ago | | | 0 | 0.00048830727 | |
| 18075912 | a year ago | | | 0 | 0.00047335909 | |
| 18075912 | a year ago | | | 0 | 0.00048818352 | |
| 18075911 | a year ago | | | 0 | 0.00048830727 | |
| 18075911 | a year ago | | | 0 | 0.00048830727 | |
| 18075910 | a year ago | | | 0 | 0.00047335909 |
ABI
ABI objects
Getter at block 21168710
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
AIDUS TOKEN
owner() view returns (address)
0x8e0fe7900d66120916780876a5d1c28f2dfe62b6
symbol() view returns (string)
AIDUS
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
frozenAccount(address _address) view returns (bool isFrozen)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
freezeAccount(address target, bool freeze)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
renounceMinter()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
FrozenFunds(address target, bool frozen)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.