Axus Coin
Verified contract
Active on
Ethereum with 335 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 |
---|---|---|---|---|---|
AXUS | ERC-20 | 200 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20934722 | a month ago | | | 0 | 0.00022222075 | |
| 20806382 | 2 months ago | | | 0 | 0.00055395457 | |
| 20636049 | 3 months ago | | | 0 | 0.00016284606 | |
| 20635963 | 3 months ago | | | 0 | 0.00013130490 | |
| 20576430 | 3 months ago | | | 0 | 0.000072837469 | |
| 20576420 | 3 months ago | | | 0 | 0.000079798309 | |
| 20576403 | 3 months ago | | | 0 | 0.000085149228 | |
| 20533760 | 3 months ago | | | 0 | 0.00026988540 | |
| 20518806 | 3 months ago | | | 0 | 0.000076548602 | |
| 20510085 | 3 months ago | | | 0 | 0.00011440049 |
ABI
ABI objects
Getter at block 21208718
cap() view returns (uint256)
1000000000000000000000000000000000
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
Axus Coin
owner() view returns (address)
0x7827b0c870d9dfad9712d5de1c170b7839dfcdd2
symbol() view returns (string)
AXUS
totalSupply() view returns (uint256)
1000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
finishMinting()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_, uint256 cap_, uint256 initialBalance_, address feeReceiver_)
This contract contains no fallback and receive objects.
This contract contains no error objects.