YingYang Coin
Verified contract
Active on
Ethereum with 56 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YINGYANG | ERC-20 | 90M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20361223 | 4 months ago | | | 0 | 0.00020324918 | |
| 20361217 | 4 months ago | | | 0 | 0.00035308554 | |
| 16454944 | 2 years ago | | | 0 | 0.00071488124 | |
| 16454941 | 2 years ago | | | 0 | 0.00040221756 | |
| 16454933 | 2 years ago | | | 0 | 0.00076108655 | |
| 16454845 | 2 years ago | | | 0 | 0.00074893957 | |
| 16454843 | 2 years ago | | | 0 | 0.00084658346 | |
| 16454841 | 2 years ago | | | 0 | 0.00074261047 | |
| 16454840 | 2 years ago | | | 0 | 0.00084476808 | |
| 16454836 | 2 years ago | | | 0 | 0.00073435549 |
ABI
ABI objects
Getter at block 21322051
BURN_RATE() view returns (uint256)
0
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PERCENTS_DIVIDER() view returns (uint256)
100
SNAPSHOT_ROLE() view returns (bytes32)
0x5fdbd35e8da83ee755d5e62a539e5ed7f47126abede0b8b10f9ea43dc6eed07f
_minimumSupply() view returns (uint256)
0
decimals() view returns (uint8)
9
name() view returns (string)
YingYang Coin
symbol() view returns (string)
YINGYANG
totalSupply() view returns (uint256)
100000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
feeGrant(address _standardaddress) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
totalSupplyAt(uint256 snapshotId) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
feeAllocation(address _standardaddress)
increaseAllowance(address spender, uint256 allowances)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals, uint256 totalSupply_)
This contract contains no fallback and receive objects.
This contract contains no error objects.