COINS & SKINS
Verified contract
Active on
Ethereum with 164 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "COINS & SKINS"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20635627 | 3 months ago | | | 0 | 0.00015606519 | |
| 20383071 | 4 months ago | | | 0 | 0.00014304337 | |
| 20383053 | 4 months ago | | | 0 | 0.00018092930 | |
| 20383030 | 4 months ago | | | 0 | 0.00017908633 | |
| 20383009 | 4 months ago | | | 0 | 0.00027757695 | |
| 20090524 | 5 months ago | | | 0 | 0.00073876515 | |
| 20090517 | 5 months ago | | | 0 | 0.00047327168 | |
| 20074898 | 5 months ago | | | 0 | 0.0014501945 | |
| 20074887 | 5 months ago | | | 0 | 0.0015349153 | |
| 20064371 | 5 months ago | | | 0 | 0.00064754207 |
ABI
ABI objects
Getter at block 21205597
decimals() view returns (uint8)
18
getBlockNumber() view returns (uint256)
21205597
name() view returns (string)
COINS & SKINS
symbol() view returns (string)
SKINS
totalSupply() view returns (uint96)
800000000000000000000000000
Read-only
allowance(address account, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address, uint96) view returns (uint96 fromBlock, uint96 votes)
delegates(address) view returns (address)
getPastVotes(address account, uint256 blockNumber) view returns (uint96)
getVotes(address account) view returns (uint96)
nonces(address owner) view returns (uint256)
numCheckpoints(address) view returns (uint96)
State-modifying
Events approve(address spender, uint256 rawAmount) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
transfer(address dst, uint256 rawAmount) returns (bool)
transferFrom(address src, address dst, uint256 rawAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address multisig)
This contract contains no fallback and receive objects.
AmountExceedBits()
AmountOverflow()
AmountUnderflow()
ERC5805FutureLookup(uint256 timepoint, uint256 currentBlock)
InvalidAccountNonce(address account, uint256 currentNonce)
NonZeroAddress()
VotesExpiredSignature(uint256 expiry)