MadMaraudersOfTheAccidentalApocalypse
Verified contract
Active on
Ethereum with 1,618 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 "MadMaraudersOfTheAccidentalApocalypse"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21122601 | 13 days ago | | | 0 | 0.00037236394 | |
| 21113967 | 14 days ago | | | 0 | 0.00063336128 | |
| 21103349 | 16 days ago | | | 0 | 0.00018390100 | |
| 21066351 | 21 days ago | | | 0 | 0.0012106652 | |
| 21036839 | 25 days ago | | | 0 | 0.0023159096 | |
| 21019166 | a month ago | | | 0 | 0.00028099652 | |
| 20963670 | a month ago | | | 0 | 0.0024566686 | |
| 20963516 | a month ago | | | 0 | 0.0010729735 | |
| 20951945 | a month ago | | | 0 | 0.00039134885 | |
| 20945653 | a month ago | | | 0 | 0.00084815550 |
ABI
ABI objects
Getter at block 21215233
BOX_O_BAD_GUYS_CONTRACT_ADDRESS() view returns (address)
0x120305aace78052a967182b277f6392670ee9873
NERDS_CONTRACT_ADDRESS() view returns (address)
0x0f78c6eee3c89ff37fd9ef96bd685830993636f2
delegateCash() view returns (address)
0x00000000000076a84fef008cdabe6409d2fe638b
enforcerTokenDetails() view returns (uint16 startTokenId, uint16 currentTokenId)
(startTokenId=9043, currentTokenId=12742)
name() view returns (string)
Marauders Of The Accidental Apocalypse
owner() view returns (address)
0x7b4a9956329705510b03182d5e5afc54e01d7efd
raiderTokenDetails() view returns (uint16 totalSupply, uint16 currentBonusTokenId, uint16 maxBonusTokenId)
(totalSupply=4632, currentBonusTokenId=9029, maxBonusTokenId=9042)
symbol() view returns (string)
MARAUDERS
totalEnforcerSupply() view returns (uint256)
3699
totalRaiderSupply() view returns (uint256)
4632
totalSupply() view returns (uint256)
10715
totalWarlordSupply() view returns (uint256)
2384
warlordTokenDetails() view returns (uint16 startTokenId, uint16 currentTokenId)
(startTokenId=14050, currentTokenId=16434)
warm() view returns (address)
0xc3aa9bc72bd623168860a1e5c6a4530d3d80456c
Read-only
balanceOf(address owner) view returns (uint256)
berserkersEligibleForClaim(uint256) view returns (bool)
getApproved(uint256) view returns (address)
guardianOf(address tokenOwner) view returns (address)
isApprovedForAll(address, address) view returns (bool)
nerdHasClaimed(uint256) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 id) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256[] tokenIds)
claimRaiders(uint256[] _tokenIds)
mintEnforcer(address recipient, uint256 amount)
mintFromBox(address recipient, uint256 amount)
mintWarlord(address recipient, uint256 amount)
removeGuardianOf(address tokenOwner)
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setClaimStatus(bool status)
setGuardian(address guardian)
transferFrom(address from, address to, uint256 id)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
GuardianAdded(address indexed addressGuarded, address indexed guardian)
GuardianRemoved(address indexed addressGuarded)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address _mintPassContractAddress, address _nerdsContractAddress, address _warmWalletContractAddress, address _delegateCashContract, uint256[43] berserkerTokenIds, string _uri)
This contract contains no fallback and receive objects.
AllBerserkersMinted()
AlreadyClaimed()
CallerGuardianMismatch(address caller, address guardian)
ClaimNotStarted()
InvalidCaller()
InvalidGuardian()
MustOwnMatchingNerd()
TokenIsLocked()