Interactive Advertisement Platform
Verified contract
Active on
Ethereum with 928 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 "Interactive Advertisement Platform"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10310707 | 4 years ago | | | 0 | 0.00048606000 | |
| 10310150 | 4 years ago | | | 0 | 0.0014824719 | |
| 9728028 | 5 years ago | | | 0 | 0.00081775200 | |
| 9728013 | 5 years ago | | | 0 | 0.00086466600 | |
| 9728012 | 5 years ago | | | 0 | 0.00074675700 | |
| 9727991 | 5 years ago | | | 0 | 0.00081357210 | |
| 9727980 | 5 years ago | | | 0 | 0.00082298026 | |
| 9727972 | 5 years ago | | | 0 | 0.00074675700 | |
| 9727966 | 5 years ago | | | 0 | 0.0010317570 | |
| 9679950 | 5 years ago | | | 0 | 0.00031593900 |
ABI
ABI objects
Getter at block 21429068
INITIAL_SUPPLY() view returns (uint256)
1500000000
decimals() view returns (uint8)
18
name() view returns (string)
Interactive Advertisement Platform
owner() view returns (address)
0x70bd892a04a88ad7f61b70cbc15d822c3db341e3
paused() view returns (bool)
false
symbol() view returns (string)
IAP
totalSupply() view returns (uint256)
1500000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
blacklist(address) view returns (bool)
keys(address) view returns (string)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
burnFrom(address _from, uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
pause()
register(string _key)
renounceOwnership()
setBlacklist(address _address, bool _bool)
setBlacklistBulk(address[] _addresses, bool _bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Register(address _address, string _key)
SetBlacklist(address indexed _address, bool _bool)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.