Asia Influencer Platform
Verified contract
Active on
Ethereum with 5,723 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Asia Influencer Platform"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20804357 | 2 months ago | | | 0 | 0.00040211008 | |
| 20804239 | 2 months ago | | | 0 | 0.00034652417 | |
| 20796908 | 2 months ago | | | 0 | 0.00056182581 | |
| 20784937 | 2 months ago | | | 0 | 0.0015924160 | |
| 20318292 | 4 months ago | | | 0 | 0.00059592137 | |
| 20139004 | 5 months ago | | | 0 | 0.00043471901 | |
| 19779726 | 6 months ago | | | 0 | 0.00054727656 | |
| 18332057 | a year ago | | | 0 | 0.00025634195 | |
| 18332056 | a year ago | | | 0 | 0.00024844551 | |
| 18235652 | a year ago | | | 0 | 0.00082656379 |
ABI
ABI objects
Getter at block 21158506
decimals() view returns (uint8)
18
name() view returns (string)
Asia Influencer Platform
owner() view returns (address)
0xa183047c39f4632a2542f8258c44ccbb095ecbce
paused() view returns (bool)
false
symbol() view returns (string)
AIP
totalSupply() view returns (uint256)
4000000000000000000000000000
Read-only
admin(address) view returns (bool)
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
freezeOf(address) view returns (uint256)
lockOf(address _address) view returns (uint256 _locker)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
freeze(uint256 _value)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
setAdmin(address newAdmin)
setLock(address _address, uint256 _value)
setLockList(address[] _recipients, uint256[] _balances)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferList(address[] _recipients, uint256[] _balances)
transferOwnership(address newOwner)
unfreeze(uint256 _value)
unpause()
unsetAdmin(address Admin)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 amount)
Freezen(address indexed freezer, uint256 amount)
LockerChanged(address indexed owner, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
UnFreezen(address indexed freezer, uint256 amount)
Unpause()
constructor()
fallback()
This contract contains no error objects.