Payload
Verified contract
Active on
Ethereum with 1,674 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb23d…28cf
Balances ($0.00)
No balances found for "Payload"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20256478 | 5 months ago | | | 0 | 0.0011667552 | |
| 20229888 | 5 months ago | | | 0 | 0.0072255880 | |
| 20206315 | 5 months ago | | | 0 | 0.0039877154 | |
| 20177853 | 5 months ago | | | 0 | 0.0016774308 | |
| 20170047 | 5 months ago | | | 0 | 0.0076319525 | |
| 20145558 | 5 months ago | | | 0 | 0.0032653233 | |
| 20110291 | 5 months ago | | | 0 | 0.0062295838 | |
| 20104449 | 5 months ago | | | 0 | 0.00023689300 | |
| 20102807 | 5 months ago | | | 0 | 0.00032444864 | |
| 20102764 | 5 months ago | | | 0 | 0.00031691485 |
ABI
ABI objects
Getter at block 21299091
cardCountOperator() view returns (address)
0x5e9aca984e869f9302e0fa046748983aa3eaaeba
cardPrice() view returns (uint256)
700000000000000000
disabled() view returns (bool)
false
maxCardsPerTrx() view returns (uint256)
10000
owner() view returns (address)
0xb11c0189c5e2b4acc797e893447bab452f38811e
parallelAlpha() view returns (address)
0x76be3b62873462d2142405439777e971754e8e77
prime() view returns (address)
0xb23d80f5fefcddaa212212f028021b41ded428cf
pullParallelAlphaFromAddress() view returns (address)
0x4796d0940a89475d733e60098c2123e96f954355
signatureWindow() view returns (uint256)
180
totalCardCount() view returns (uint256)
613113
trustedSigner() view returns (address)
0x78ab84fd208204b33ab4b85ff3a98d271386ecda
Read-only
nonces(address) view returns (uint256)
redeemableCardCount(address) view returns (uint256)
State-modifying
Events handleInvokeEchelon(address _from, address, address, uint256 _id, uint256, uint256 _primeValue, bytes _data) payable
redeem(uint256[] _cardIds, uint256[] _cardQuantities, uint256 _nonceId, uint256 _timestamp, bytes _signature)
renounceOwnership()
setCardCountOperatorAddress(address _cardCountOperator)
setCardPrice(uint256 _val)
setMaxCardsPerTrx(uint256 _maxCardsPerTrx)
setParallelAlphaContractAddress(address _parallelAlpha)
setPaymentDisabled(bool _val)
setPrimeAddress(address _prime)
setPullFromAddress(address _pullParallelAlphaFromAddress)
setRedeemableCardCount(address[] _accounts, uint256[] _counts)
setSignatureWindow(uint256 _signatureWindow)
setTrustedSigner(address _address)
sweepERC20(address _token, address _to, uint256 _amount)
transferOwnership(address newOwner)
CardsClaimed(address indexed paymentAddress, uint256[] cardIds, uint256[] cardQuantities, uint256 nonce, uint256 timestamp, bytes signature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PrimePayment(address indexed paymentAddress, uint256 indexed id, uint256 cardCount, uint256 timestamp, uint256 primeAmount, uint256 totalCardCount)
SetCardCountOperatorAddress(address indexed cardCountOperatorAddress)
SetCardPrice(uint256 indexed price)
SetParallelAlphaContract(address indexed parallelAlpha)
SetPaymentDisabled(bool indexed val)
SetPrimeAddress(address indexed primeAddress)
SetPullFromAddress(address indexed pullFromAddress)
SetRedeemableCardCount(address indexed account, uint256 indexed cardCount)
SetSignatureWindow(uint256 indexed signatureWindow)
SetTrustedSigner(address indexed trustedSigner)
constructor()
This contract contains no fallback and receive objects.
ContractDisabled()
InvalidCaller()
InvalidCardCount()
InvalidNonce()
InvalidOperator()
InvalidPayment()
InvalidSig()
InvalidTimestamp()
NullOperatorSet()
ParamLengthMissMatch()