Anti Psyop Psyop Club
Verified contract
Active on
Ethereum with 118 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,545.27)
Native
Value
$3,545.27
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.1 | $3,222.97 |
$3,545.27 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20093268 | 5 months ago | | | 0 | 0.00011070093 | |
| 20093220 | 5 months ago | | | 0 | 0.00012058121 | |
| 19244213 | 9 months ago | | | 0 | 0.00078250653 | |
| 19244155 | 9 months ago | | | 0 | 0.00067126759 | |
| 18414524 | a year ago | | | 0 | 0.0019742843 | |
| 17299949 | a year ago | | | 0.1 | 0.0044601314 | |
| 17297670 | a year ago | | | 0.1 | 0.0040443548 | |
| 17251764 | a year ago | | | 0 | 0.0016428831 | |
| 16746209 | 2 years ago | | | 0 | 0.0028688633 | |
| 16714543 | 2 years ago | | | 0 | 0.0010341296 |
ABI
ABI objects
Getter at block 21176267
maxSupply() view returns (uint256)
10000
mintActive() view returns (bool)
true
mintCost() view returns (uint256)
100000000000000000
name() view returns (string)
Anti Psyop Psyop Club
owner() view returns (address)
0x000000994619519cac20fd05e5c875fb909e1beb
socialCreditActive() view returns (bool)
false
socialCreditUnitCost() view returns (uint256)
100000000000000000
symbol() view returns (string)
APPC
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenCredit(uint256) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokenUses(uint256) view returns (uint8)
State-modifying
Events activateMint()
activateSocialCredit()
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
deactivateMint()
deactivateSocialCredit()
decreaseTokenCredit(uint256 _decrement, uint256 _targetID) payable
executiveURIUpdate(uint256 tokenId, string uri)
increaseTokenCredit(uint256 _increment, uint256 _targetID) payable
mint(address to, uint256 mintToken) payable
preMint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMaxSupply(uint256 _maxSupply)
updateMintCost(uint256 _mintCost)
updateSocialCreditUnitCost(uint256 _socialCreditUnitCost)
updateURI(uint256 tokenId, string uri)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, bool _socialCreditActive, bool _mintActive, uint256 _socialCreditUnitCost, uint256 _mintCost, uint256 _maxSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.