AXiaL Entertainment Digital Asset
Verified contract
Active on
Ethereum with 6,567 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 |
---|---|---|---|---|---|
AXL | ERC-20 | 2.573866K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20317555 | 4 months ago | | | 0 | 0.00042100660 | |
| 20317551 | 4 months ago | | | 0 | 0.00058430475 | |
| 20291342 | 4 months ago | | | 0 | 0.00031319040 | |
| 20057820 | 5 months ago | | | 0 | 0.00049113000 | |
| 19614538 | 7 months ago | | | 0 | 0.00071827778 | |
| 19609879 | 7 months ago | | | 0 | 0.0012745980 | |
| 19609781 | 7 months ago | | | 0 | 0.0010459627 | |
| 19489569 | 8 months ago | | | 0 | 0.0013963341 | |
| 19476593 | 8 months ago | | | 0 | 0.0019061468 | |
| 19430310 | 8 months ago | | | 0 | 0.0026358967 |
ABI
ABI objects
Getter at block 21164447
decimals() view returns (uint256)
18
isOwner() view returns (bool)
false
name() view returns (string)
AXiaL Entertainment Digital Asset
owner() view returns (address)
0x78a3ecc7a2f2738737a6b92b6064a802dee6c8e9
paused() view returns (bool)
false
symbol() view returns (string)
AXL
totalSupply() view returns (uint256)
380000000000000000000000000
Read-only
airDropHistory(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
lockStatus(address) view returns (address)
State-modifying
Events addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
dropToken(address[] receivers, uint256[] values)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
multiTransfer(address[] _to, uint256[] _amount) returns (bool)
pause()
renounceMinter()
renounceOwnership()
renouncePauser()
timeLockToken(address beneficiary, uint256 amount, uint256 releaseTime)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
AirDrop(address _receiver, uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Lock(address _receiver, uint256 _amount)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.