Cupid Pool Shares
Verified contract
Active on
Ethereum with 81 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Cupid Pool Shares"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11666905 | 4 years ago | | | 0 | 0.0027358540 | |
| 11665997 | 4 years ago | | | 0 | 0.0022306060 | |
| 11592211 | 4 years ago | | | 0 | 0.0046784701 | |
| 11587824 | 4 years ago | | | 0 | 0.0062521550 | |
| 11548359 | 4 years ago | | | 0 | 0.0038628734 | |
| 11548314 | 4 years ago | | | 0 | 0.0041180040 | |
| 11543775 | 4 years ago | | | 0 | 0.0040530891 | |
| 11520230 | 4 years ago | | | 0 | 0.010450995 | |
| 11520130 | 4 years ago | | | 0 | 0.0065682917 | |
| 11507666 | 4 years ago | | | 0 | 0.0023188341 |
ABI
ABI objects
Getter at block 21382714
decimals() view returns (uint8)
18
name() view returns (string)
Cupid Pool Shares
symbol() view returns (string)
CPS
totalSupply() view returns (uint256)
21000000000000000000000000
Read-only
allowance(address owner, address delegate) view returns (uint256)
balanceOf(address tokenOwner) view returns (uint256)
State-modifying
Events approve(address delegate, uint256 numTokens) returns (bool)
transfer(address receiver, uint256 numTokens) returns (bool)
transferFrom(address owner, address buyer, uint256 numTokens) returns (bool)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor(string tokenName, string tokenSymbol, uint256 total)
This contract contains no fallback and receive objects.
This contract contains no error objects.