AI42 Token
Verified contract
Active on
Ethereum with 17 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x512e…44cd
Balances ($0.00)
No balances found for "AI42 Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18797532 | a year ago | | | 0 | 0.0020734793 | |
| 18797428 | a year ago | | | 0 | 0.0020939383 | |
| 18797381 | a year ago | | | 0 | 0.0019789726 | |
| 18797376 | a year ago | | | 0 | 0.0020767165 | |
| 18797332 | a year ago | | | 0 | 0.0020451102 | |
| 18797323 | a year ago | | | 0 | 0.0020507266 | |
| 18795888 | a year ago | | | 0 | 0.0020455657 | |
| 18795868 | a year ago | | | 0 | 0.0029087322 | |
| 18795841 | a year ago | | | 0 | 0.0018157052 | |
| 18795815 | a year ago | | | 0 | 0.0023963316 |
ABI
ABI objects
Getter at block 21179161
MAX_UINT() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
_totalSupply() view returns (uint256)
800000000000000000000000000
basisPointsRate() view returns (uint256)
0
decimals() view returns (uint256)
18
deprecated() view returns (bool)
false
log() view returns (address)
0x512e0a090e92be169c796bd7c9551955780744cd
maximumFee() view returns (uint256)
0
name() view returns (string)
AI42 Token
owner() view returns (address)
0x143b72aa2878f3a16ce9fc80c1d621f8a8a1926c
symbol() view returns (string)
AI42
totalSupply() view returns (uint256)
800000000000000000000000000
upgradedAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address who) view returns (uint256)
balances(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value)
deprecate(address _upgradedAddress)
issue(uint256 amount)
redeem(uint256 amount)
setLog(address _log)
setParams(uint256 newBasisPoints, uint256 newMaxFee)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Deprecate(address newAddress)
Issue(uint256 amount)
Params(uint256 feeBasisPoints, uint256 maxFee)
Redeem(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _initialSupply, string _name, string _symbol, uint256 _decimals, address _log)
This contract contains no fallback and receive objects.
This contract contains no error objects.