Evil Cookies
Verified contract
Active on
Ethereum with 1,616 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 "Evil Cookies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19206653 | 9 months ago | | | 0 | 0.0013073367 | |
| 17433987 | a year ago | | | 0 | 0.00090593249 | |
| 17176935 | 2 years ago | | | 0 | 0.0018377903 | |
| 17100326 | 2 years ago | | | 0 | 0.0015049183 | |
| 17100326 | 2 years ago | | | 0 | 0.00083092767 | |
| 16560293 | 2 years ago | | | 0 | 0.00077077798 | |
| 16433378 | 2 years ago | | | 0 | 0.00087853058 | |
| 16400803 | 2 years ago | | | 0 | 0.0014296482 | |
| 16232269 | 2 years ago | | | 0 | 0.00083497352 | |
| 16228668 | 2 years ago | | | 0 | 0.00088251153 |
ABI
ABI objects
Getter at block 21167465
ARMY_SIZE() view returns (uint256)
3333
EARLY_RECRUIT_MAX() view returns (uint256)
1111
FREE_RECRUIT_MAX() view returns (uint256)
1111
GODS_TREASURY() view returns (address)
0x7d38046872bcae2258327b2df3ee1ec6db0b7eab
LAST_CALL_MAX() view returns (uint256)
1111
baseURI() view returns (string)
ipfs://QmUaKPWVJcPcAh3oM4aExtYCmbyFXQDUabGkYky7pnW6z7/
earlyPrice() view returns (uint256)
60000000000000000
getRecruitmentState() view returns (uint256)
1
getRemainingSupply() view returns (uint256)
2216
lastCallPrice() view returns (uint256)
110000000000000000
name() view returns (string)
Evil Cookies
owner() view returns (address)
0x7d38046872bcae2258327b2df3ee1ec6db0b7eab
recruitmentEnabled() view returns (bool)
false
symbol() view returns (string)
EVC
totalArmy() view returns (uint256 _value)
1117
whoAreYou() pure returns (string)
The OVERGOD is watching you. Or maybe not. The OVERGOD doesn't give a s*it. Not at all. Not even cares about me..
Read-only
balanceOf(address owner) view returns (uint256)
freeRecruited(address) view returns (bool)
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
earlyRecruit(uint256 quantity) payable
freeRecruit()
lastCall(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setRecruitmentEnabled(bool enabled)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
This contract contains no fallback and receive objects.
This contract contains no error objects.