Elephant Money Stable
Verified contract
Active on
Base with 32 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.00128 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14715884 | 6 months ago | | | 0 | 6.8263057e-7 | |
| 14715837 | 6 months ago | | | 0 | 6.5462497e-7 | |
| 14715777 | 6 months ago | | | 0 | 3.4630045e-7 | |
| 14715737 | 6 months ago | | | 0 | 6.8545058e-7 | |
| 14715696 | 6 months ago | | | 0 | 6.5318947e-7 | |
| 14715679 | 6 months ago | | | 0 | 6.8260516e-7 | |
| 14715668 | 6 months ago | | | 0 | 6.4590586e-7 | |
| 14715649 | 6 months ago | | | 0 | 6.4798309e-7 | |
| 14715626 | 6 months ago | | | 0 | 6.4448830e-7 | |
| 14715616 | 6 months ago | | | 0 | 6.4880541e-7 |
ABI
ABI objects
Getter at block 22047761
decimals() view returns (uint8)
18
name() view returns (string)
Elephant Money Stable
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
TRUNK
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
_lastTransfer(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setLastTransfer(address account, uint256 timestamp)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)