Xmpleforth
Verified contract
Active on
Ethereum with 24 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 "Xmpleforth"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11350718 | 4 years ago | | | 0 | 0.00068049199 | |
| 10597811 | 4 years ago | | | 0 | 0.0020906886 | |
| 10597726 | 4 years ago | | | 0 | 0.0018101200 | |
| 10597722 | 4 years ago | | | 0 | 0.0036109458 | |
| 10597721 | 4 years ago | | | 0 | 0.0017377152 | |
| 10597721 | 4 years ago | | | 0 | 0.0017377152 | |
| 10597717 | 4 years ago | | | 0 | 0.0062476292 | |
| 10597711 | 4 years ago | | | 0 | 0.0020906886 | |
| 10597710 | 4 years ago | | | 0 | 0.0020906886 | |
| 10597695 | 4 years ago | | | 0 | 0.0021268910 |
ABI
ABI objects
Getter at block 21410963
decimals() view returns (uint8)
8
isOwner() view returns (bool)
false
name() view returns (string)
Xmpleforth
owner() view returns (address)
0xe221e636cb842817e1e8971082833566a9423b0b
rebasePaused() view returns (bool)
false
symbol() view returns (string)
XAMPL
tokenPaused() view returns (bool)
false
totalSupply() view returns (uint256)
210000000000000
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)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
rebase(uint256 supplyDelta) returns (uint256)
setRebasePaused(bool paused)
setTokenPaused(bool paused)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
LogRebase(uint256 totalSupply)
LogRebasePaused(bool paused)
LogTokenPaused(bool paused)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.