POP Missions B
Verified contract
Active on
Ethereum with 18 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 "POP Missions B"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10495963 | 4 years ago | | | 0 | 0.0066628000 | |
| 10443924 | 4 years ago | | | 0 | 0.0010790966 | |
| 10441823 | 4 years ago | | | 0 | 0.00075461300 | |
| 10441287 | 4 years ago | | | 0 | 0.00084339100 | |
| 10440441 | 4 years ago | | | 0 | 0.0023526170 | |
| 10440436 | 4 years ago | | | 0 | 0.00087890220 | |
| 10440425 | 4 years ago | | | 0 | 0.0013760590 | |
| 10440330 | 4 years ago | | | 0 | 0.00088778000 | |
| 10440322 | 4 years ago | | | 0 | 0.00088778000 | |
| 10440314 | 4 years ago | | | 0 | 0.00092151564 |
ABI
ABI objects
Getter at block 21392531
InflationToken() view returns (address)
0x4ab524df43bec3cb130024c5196db0915c61f40c
basePercent() view returns (uint256)
100
decimals() view returns (uint8)
8
inflationTokenAddress() view returns (address)
0x4ab524df43bec3cb130024c5196db0915c61f40c
name() view returns (string)
POP Missions B
owner() view returns (address)
0x202abc6cf98863ee0126c182ca325a33a867acba
symbol() view returns (string)
POPB
totalSupply() view returns (uint256)
1966780096591722
Read-only
_freezed(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
findOnePercent(uint256 value) view returns (uint256)
State-modifying
Events _mint(address account, uint256 amount) returns (bool)
airdrop(address source, address[] dests, uint256[] values)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
confiscate(address _from, address _to, uint256 _value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
freezeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setInflationContractAddress(address tokenAddress)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address _newOwner)
unFreezeAccount(address account)
Approval(address indexed owner, address indexed spender, uint256 value)
DividentTransfer(address from, address to, uint256 value)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.