YAPSTONE
Verified contract
Active on
Ethereum with 14,158 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 |
---|---|---|---|---|---|
C4Y | ERC-20 | 4.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21085184 | 23 days ago | | | 0 | 0.00063020256 | |
| 21084362 | 23 days ago | | | 0 | 0.00067707373 | |
| 21077185 | 24 days ago | | | 0 | 0.00090646283 | |
| 21068311 | 25 days ago | | | 0 | 0.0010381304 | |
| 21046373 | a month ago | | | 0 | 0.00096562080 | |
| 21033732 | a month ago | | | 0 | 0.00054486644 | |
| 20718222 | 2 months ago | | | 0 | 0.00014179074 | |
| 20646745 | 3 months ago | | | 0 | 0.000059203986 | |
| 20620956 | 3 months ago | | | 0 | 0.00027560188 | |
| 20617549 | 3 months ago | | | 0 | 0.000067674226 |
ABI
ABI objects
Getter at block 21247698
INITIAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
YAPSTONE
owner() view returns (address)
0xc564861402593dfd0ea14cd0633056b94ef7a27e
paused() view returns (bool)
false
symbol() view returns (string)
YAP
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
frozenAccount(address) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool success)
freezeAccount(address target, bool freeze)
increaseAllowance(address spender, uint256 addedValue) returns (bool success)
pause()
renounceOwnership()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transfer(address to, uint256 value, bytes data) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
frozenFunds(address account, bool freeze)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.