Devcon4PeepToken
Verified contract
Active on
Ethereum with 5 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Devcon4PeepToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6653792 | 6 years ago | | | 0 | 0.00038439558 | |
| 6624237 | 6 years ago | | | 1 | 0.00015849780 | |
| 6624025 | 6 years ago | | | 1 | 0.00016263240 | |
| 6617679 | 6 years ago | | | 1 | 0.0015757200 | |
| 6617671 | 6 years ago | | | 1 | 0.0012000000 |
ABI
ABI objects
Getter at block 21292211
DECIMALS() view returns (uint8)
0
NAME() view returns (string)
Devcon4PeepToken
SYMBOL() view returns (string)
PEEP
TOTALSUPPLY() view returns (uint256)
100
decimals() view returns (uint8)
0
name() view returns (string)
Devcon4PeepToken
numCardsPurchased() view returns (uint256)
3
owner() view returns (address)
0x31efd75bc0b5fbafc6015bd50590f4fdab6a3f22
peepethAccount() view returns (address)
0xdd53530eaa9c7b47ad8f97a5bf1c797ab6f6cf28
symbol() view returns (string)
PEEP
totalSupply() view returns (uint256)
100
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
buyCard(bytes32 data) payable
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
emergencyERC20Drain(address oddToken, uint256 amount)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
CardPurchased(address buyer, uint256 cardnumber, bytes32 data)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.