ATS WARBONDS
Verified contract
Active on
Ethereum with 1,298 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…cd4e
Balances ($1,408.30)
Native
Value
$1,408.3
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.39055 | $3,605.93 |
$1,408.3 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21151060 | 23 days ago | | | 0 | 0.00076778361 | |
| 19951628 | 6 months ago | | | 0 | 0.00018509888 | |
| 19900211 | 6 months ago | | | 0 | 0.00019200855 | |
| 19643479 | 8 months ago | | | 0 | 0.00088873338 | |
| 19598036 | 8 months ago | | | 0 | 0.00085727669 | |
| 19357989 | 9 months ago | | | 0 | 0.0022296167 | |
| 19065201 | 10 months ago | | | 0 | 0.00052144000 | |
| 18932031 | a year ago | | | 0 | 0.00081204909 | |
| 18917863 | a year ago | | | 0 | 0.00076967373 | |
| 18910375 | a year ago | | | 0 | 0.00031394753 |
ABI
ABI objects
Getter at block 21313709
adminAddress() view returns (address)
0x259c2ff4e10e7e2b31a2045c93ed8513299c8e04
erc20Address() view returns (address)
0x0000000000000000000000000000000000000000
isAllowlistClaimActive() view returns (bool)
false
isOperatorFilterRegistryRevoked() view returns (bool)
false
name() view returns (string)
ATS WARBONDS
name_() view returns (string)
ATS WARBONDS
operatorFilterRegistry() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner() view returns (address)
0x3978a70acce93153f524e8fcdcba1e3ace0ac05b
paymentFeeAddress() view returns (address)
0xa69b6935b0f38506b81224b4612d7ea49a4b0acc
paymentPerClaim() view returns (uint256)
600000000000000
signer() view returns (address)
0x2f2a13462f6d4af64954ee84641d265932849b64
symbol() view returns (string)
WARBONDS
symbol_() view returns (string)
WARBONDS
withdrawAddress() view returns (address)
0x3978a70acce93153f524e8fcdcba1e3ace0ac05b
Read-only
allowlistMinted(address, uint256) view returns (bool)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getTokenDataFor(uint256[] ids) view returns (struct WarBondsTokenData[])
idToTokenData(uint256) view returns (bool buyable, uint64 supply, uint64 minted, string uri, uint256 price, uint256 erc20Price)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _id) view returns (string)
validTypes(uint256) view returns (bool)
State-modifying
Events burnForAddress(uint256 _id, address _address)
buyTokensWithCreditCard(address wallet, uint256 _id, uint256 _amount) payable
buyTokensWithERC20(uint256 _id, uint256 _amount) payable
buyTokensWithEth(uint256 _id, uint256 _amount) payable
changeTokenBuyable(uint256 _id, bool _status)
changeTokenERC20Price(uint256 _id, uint256 _price)
changeTokenPrice(uint256 _id, uint256 _price)
changeTokenSupply(uint256 _id, uint64 _supply)
changeTokenURI(uint256 _id, string _uri)
claimTokensWithAllowlist(bytes _voucher, uint256 _id, uint256 _amount)
createToken(uint256 _id, bool _buyable, uint64 _supply, string _uri, uint256 _price, uint256 _erc20Price)
mintBatch(uint256[] _ids, uint256[] _quantity)
renounceOwnership()
reserveToken(uint256 _id, uint256 _amount)
revokeOperatorFilterRegistry()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setAdminAddress(address _adminAddress)
setAllowlistClaimActive()
setApprovalForAll(address operator, bool approved)
setERC20Address(address _erc20Address)
setPaymentFeeAddress(address _address)
setSigner(address _signer)
setWithdrawAddress(address _address)
transferOwnership(address newOwner)
updateOperatorFilterRegistryAddress(address newRegistry)
updatePaymentFee(uint256 _fee)
withdraw() payable
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OperatorFilterRegistryAddressUpdated(address newRegistry)
OperatorFilterRegistryRevoked()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
InitialRegistryAddressCannotBeZeroAddress()
OnlyOwner()
OperatorNotAllowed(address operator)
RegistryHasBeenRevoked()