Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "$AAPL"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20962928 | 16 days ago | | | 0 | 0.00039638794 | |
| 20954361 | 17 days ago | | | 0 | 0.00038785239 | |
| 20943596 | 18 days ago | | | 0 | 0.0013249951 | |
| 20943594 | 18 days ago | | | 0 | 0.0013802374 | |
| 20943591 | 18 days ago | | | 0 | 0.0013521626 | |
| 20856470 | a month ago | | | 0 | 0.00023451744 | |
| 20679285 | 2 months ago | | | 0 | 0.00024665903 | |
| 20619191 | 2 months ago | | | 0 | 0.000081887275 | |
| 20475481 | 3 months ago | | | 0 | 0.00012324551 | |
| 20333306 | 3 months ago | | | 0 | 0.0011707961 |
ABI
ABI objects
Getter at block 21075725
decimals() view returns (uint8)
18
deployer() view returns (address)
0x05979a5a3f99e6252cf5e1b00ccab756283b1865
isOwner() view returns (bool)
false
monetaryPolicy() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
$AAPL
owner() view returns (address)
0x05979a5a3f99e6252cf5e1b00ccab756283b1865
symbol() view returns (string)
$AAPL
totalSupply() view returns (uint256)
100000000000000000000000
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name_, string symbol_, address owner_, address migrator_, address pool1_)
rebase(uint256 epoch, int256 supplyDelta) returns (uint256)
renounceOwnership()
setMonetaryPolicy(address monetaryPolicy_)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
LogMonetaryPolicyUpdated(address monetaryPolicy)
LogRebase(uint256 indexed epoch, uint256 totalSupply)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.