cryptomall token
Verified contract
Active on
Ethereum with 210 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2a80…b665
Balances ($0.00)
No balances found for "cryptomall token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17334327 | 2 years ago | | | 0 | 0.00080903844 | |
| 16967762 | 2 years ago | | | 0 | 0.00075751460 | |
| 16739070 | 2 years ago | | | 0 | 0.0015486041 | |
| 16611781 | 2 years ago | | | 0 | 0.00068426091 | |
| 16490863 | 2 years ago | | | 0 | 0.00086745526 | |
| 15594832 | 2 years ago | | | 0 | 0.00016338250 | |
| 15579715 | 2 years ago | | | 0 | 0.00027696846 | |
| 13884998 | 3 years ago | | | 0 | 0.0049274682 | |
| 13852667 | 3 years ago | | | 0 | 0.0038779530 | |
| 13719544 | 3 years ago | | | 0 | 0.0061217248 |
ABI
ABI objects
Getter at block 21304311
decimals() view returns (uint8)
18
founder() view returns (address)
0x2a805e5231cf1fa3a6f8c97b16a28720480bb665
name() view returns (string)
cryptomall token
owner() view returns (address)
0xde927b2a2b388423cfa125020eefeee83d783740
symbol() view returns (string)
XMALL
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
unlockUnixTime(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _unitAmount)
burnFrom(address _from, uint256 _unitAmount)
collectTokens(address[] addresses, uint256[] amounts) returns (bool)
distributeAirdrop(address[] addresses, uint256[] amounts) returns (bool)
freezeAccounts(address[] targets, bool isFrozen)
lockupAccounts(address[] targets, uint256[] unixTimes)
transfer(address _to, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value, bytes _data) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
withdrawETH()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed from, uint256 amount)
FrozenFunds(address indexed target, bool frozen)
LockedUp(address indexed target, uint256 locked)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _address)
fallback()
This contract contains no error objects.